From ecc14d9790a3264bca31cb66e657ca307babd018 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 25 Jun 2020 18:24:45 -0700 Subject: [PATCH] Allow running this as a normal user The `xorriso` installation is missing `become: true` -- add it so we can run this as a normal user with `ansible-playbook -K` Signed-off-by: Michel Alexandre Salim --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index d5e5dc0..20c2155 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -6,6 +6,7 @@ name: - xorriso state: present + become: true - name: Extract boot files from the source ISO block: