fix vars
This commit is contained in:
parent
3e94739bdf
commit
7056a44500
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
- name: Get puppet command stats
|
- name: Get puppet command stats
|
||||||
stat:
|
stat:
|
||||||
path: puppet_which.stdout
|
path: "{{ puppet_which.stdout }}"
|
||||||
register: puppet_which_stat
|
register: puppet_which_stat
|
||||||
when:
|
when:
|
||||||
- not puppet_agent_cmd
|
- not puppet_agent_cmd
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
- name: Get puppet command stats
|
- name: Get puppet command stats
|
||||||
stat:
|
stat:
|
||||||
path: puppet_whereis.stdout
|
path: "{{ puppet_whereis.stdout }}"
|
||||||
register: puppet_whereis_stat
|
register: puppet_whereis_stat
|
||||||
when:
|
when:
|
||||||
- not puppet_agent_cmd
|
- not puppet_agent_cmd
|
||||||
|
|
Loading…
Reference in a new issue