From 81aced3b22150d8dff0fb36cfc42954fcb64fcdb Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Fri, 28 Nov 2014 05:02:12 +0000
Subject: [PATCH] copying slurm rpms needs to be done as root

---
 roles/slurm/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/slurm/tasks/main.yml b/roles/slurm/tasks/main.yml
index a3a5ca19..15350989 100644
--- a/roles/slurm/tasks/main.yml
+++ b/roles/slurm/tasks/main.yml
@@ -1,6 +1,7 @@
 ---
 - name: copy rpms
   copy: src=/tmp/rpmbuild dest=/tmp/
+  sudo: true
 
 - name: install munge rpms
   shell: "rpm --install /tmp/rpmbuild/RPMS/x86_64/munge*{{ munge_version }}*rpm"
-- 
GitLab