Skip to content

Commit a53f8a9

Browse files
authored
Add path parameter (#190)
1 parent 0096d11 commit a53f8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/ansible-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
state: link
2121

2222
- name: Check to see if we have a params file to send.
23-
local_action: stat files/{{ indicator }}-params-prod.json
23+
local_action: stat path="files/{{ indicator }}-params-prod.json"
2424
register: file
2525

2626
- name: Check to see if we have a params template to send.
27-
local_action: stat templates/{{ indicator }}-params-prod.json.j2
27+
local_action: stat path="templates/{{ indicator }}-params-prod.json.j2"
2828
register: template
2929

3030
- name: Set production params file.

0 commit comments

Comments
 (0)