fix when
This commit is contained in:
parent
ab2a75d6ab
commit
702d94563a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
- name: Set fact for puppet path to estimated path when not found
|
||||
set_fact:
|
||||
puppet_cmd: "/usr/local/bin/puppet"
|
||||
when: which_puppet.stdout == "" or not which_puppet_stat.stat.executable or which_puppet_stat.isdir
|
||||
when: which_puppet.stdout == "" or not which_puppet_stat.stat.executable or which_puppet_stat.stat.isdir
|
||||
|
||||
- name: Obtain puppet configuration directory
|
||||
shell: "{{ puppet_cmd }} config print confdir"
|
||||
|
|
Loading…
Reference in a new issue