From 3e94739bdf353200f0b57dca29ca2dc2fd37d2da Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 24 Oct 2022 13:14:55 +0300 Subject: [PATCH] add debug --- tasks/configure.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 4de29f4..7690148 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -8,6 +8,10 @@ path: /opt/puppetlabs/bin/puppet register: puppet_agent +- name: Show puppet agent stats + debug: + msg: "{{ puppet_agent }}" + - name: Set puppet agent command set_fact: puppet_agent_cmd: /opt/puppetlabs/bin/puppet