Skip to content

Commit 3e3bdfa

Browse files
author
Anandkumar Patel
committed
fix nits
1 parent 5b4bde1 commit 3e3bdfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/delta-hosts/docks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ var params = {
1818
},
1919
// Only fetch instances that are tagged as docks
2020
{
21-
Name: 'tag:org',
22-
Values: ['2335750']
21+
Name: 'tag:role',
22+
Values: ['dock']
2323
},
2424
// Only fetch running instances
2525
{

ansible/roles/content-domain-certs/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
with_items:
2020
- ca.pem
2121
- key.pem
22-
- cert.pem
22+
- cert.pem

0 commit comments

Comments
 (0)