From c4e08b8787d5adc0c867f2387248af9cec87c97e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Wed, 25 Aug 2021 11:22:35 +0200
Subject: [PATCH] fix: become root while executing role to be able to mount ISO

---
 site.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.yml b/site.yml
index 28622ca..491934b 100644
--- a/site.yml
+++ b/site.yml
@@ -29,4 +29,4 @@
   strategy: linear
 
   roles:
-    - { role: ansible_lza_create_rhel_iso }
+    - { role: ansible_lza_create_rhel_iso, become: true }
-- 
GitLab