We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0096d11 commit a53f8a9Copy full SHA for a53f8a9
ansible/ansible-deploy.yaml
@@ -20,11 +20,11 @@
20
state: link
21
22
- name: Check to see if we have a params file to send.
23
- local_action: stat files/{{ indicator }}-params-prod.json
+ local_action: stat path="files/{{ indicator }}-params-prod.json"
24
register: file
25
26
- name: Check to see if we have a params template to send.
27
- local_action: stat templates/{{ indicator }}-params-prod.json.j2
+ local_action: stat path="templates/{{ indicator }}-params-prod.json.j2"
28
register: template
29
30
- name: Set production params file.
0 commit comments