diff --git a/tasks/configure.yml b/tasks/configure.yml index 8d90625..d183616 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -8,7 +8,7 @@ msg: "{{ which_puppet }}" - name: Obtain path to puppet binary using whereis - shell: "whereis -b puppet | awk 'BEGIN {FS=\": \"} {print($2)}'" + shell: "whereis -b puppet | awk 'BEGIN {FS=\" \"} {print($2)}'" register: which_puppet when: which_puppet.stdout == ""