diff --git a/roles/pyxis/tasks/pyxis.yml b/roles/pyxis/tasks/pyxis.yml index 7554101d1..27e7c9030 100644 --- a/roles/pyxis/tasks/pyxis.yml +++ b/roles/pyxis/tasks/pyxis.yml @@ -33,7 +33,7 @@ - make - -j environment: - CPPFLAGS: "-I {{ slurm_install_prefix }}/include/slurm" + CPPFLAGS: "-I {{ slurm_install_prefix }}/include" register: result changed_when: "result.stdout != \"make: Nothing to be done for 'all'.\"" notify: