From 3b594e3480b568d942996929a24b3d44c99a785b Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 30 Jan 2020 08:54:33 +0000 Subject: [PATCH] syntax fixes for slurm-common Former-commit-id: b86831918a34ee421fb3116b11446dc4d16d5c43 --- roles/slurm-common/tasks/installSlurmFromSource.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/slurm-common/tasks/installSlurmFromSource.yml b/roles/slurm-common/tasks/installSlurmFromSource.yml index 692e12f7..d8dc92c4 100644 --- a/roles/slurm-common/tasks/installSlurmFromSource.yml +++ b/roles/slurm-common/tasks/installSlurmFromSource.yml @@ -2,8 +2,8 @@ file: path: "/tmp/slurm-{{ slurm_version }}" state: absent - become: true - when: force_slurm_recompile is defined + become: true + when: force_slurm_recompile is defined - name: remove all install file: -- GitLab