diff --git a/tasks/configure.yml b/tasks/configure.yml index cea7606..4f46de7 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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