add more output

This commit is contained in:
Antonio J. Delgado 2022-10-24 12:33:49 +03:00
parent add653a260
commit a8297c6f3a

View file

@ -25,6 +25,12 @@
when:
- not puppet_agent.stat.exists
- name: Show puppet_script
debug:
msg: "{{ puppet_script }}"
when:
- not puppet_agent.stat.exists
- name: Find puppet agent with whereis
shell: "whereis -b puppet | awk 'BEGIN {FS=\": \"} {print($2)}'"
register: puppet_script