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