Skip to content

Commit

Permalink
Allow running this as a normal user
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
michel-slm committed Jun 26, 2020
1 parent 307406a commit ecc14d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name:
- xorriso
state: present
become: true

- name: Extract boot files from the source ISO
block:
Expand Down

0 comments on commit ecc14d9

Please sign in to comment.