add debug
This commit is contained in:
parent
e82701e287
commit
3e94739bdf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue