From a8297c6f3a459e221d0207af581f095ae85208ac Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 24 Oct 2022 12:33:49 +0300 Subject: [PATCH] add more output --- tasks/configure.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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