fix where puppet

This commit is contained in:
Antonio J. Delgado 2022-10-17 17:20:40 +03:00
parent e30762b957
commit 8ab2629423

View file

@ -8,7 +8,7 @@
msg: "{{ which_puppet }}"
- name: Obtain path to puppet binary using whereis
shell: "whereis puppet | awk 'BEGIN {FS=\": \"} {print($2)}'"
shell: "whereis puppet | awk 'BEGIN {FS=\" \"} {print($2)}'"
register: which_puppet
when: which_puppet.stdout == ""