add more output
This commit is contained in:
parent
add653a260
commit
a8297c6f3a
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
||||||
when:
|
when:
|
||||||
- not puppet_agent.stat.exists
|
- 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
|
- name: Find puppet agent with whereis
|
||||||
shell: "whereis -b puppet | awk 'BEGIN {FS=\": \"} {print($2)}'"
|
shell: "whereis -b puppet | awk 'BEGIN {FS=\": \"} {print($2)}'"
|
||||||
register: puppet_script
|
register: puppet_script
|
||||||
|
|
Loading…
Reference in a new issue