From 6ad932511c93400842e66418fbef216c99970214 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 30 Jan 2020 08:46:49 +0000
Subject: [PATCH] syntax fixes for slurm-common

---
 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 071d0b8b..692e12f7 100644
--- a/roles/slurm-common/tasks/installSlurmFromSource.yml
+++ b/roles/slurm-common/tasks/installSlurmFromSource.yml
@@ -9,8 +9,8 @@
   file:
     path: "{{ slurm_dir }}"
     state: absent
-    become: true 
-    when: force_slurm_recompile is defined
+  become: true 
+  when: force_slurm_recompile is defined
 
 - name: unarchive slurm
   unarchive:
-- 
GitLab