This commit is contained in:
Antonio J. Delgado 2022-10-24 13:23:28 +03:00
parent 3e94739bdf
commit 7056a44500

View file

@ -36,7 +36,7 @@
- name: Get puppet command stats
stat:
path: puppet_which.stdout
path: "{{ puppet_which.stdout }}"
register: puppet_which_stat
when:
- not puppet_agent_cmd
@ -65,7 +65,7 @@
- name: Get puppet command stats
stat:
path: puppet_whereis.stdout
path: "{{ puppet_whereis.stdout }}"
register: puppet_whereis_stat
when:
- not puppet_agent_cmd