tests: image_prep needs sudo

issue260
David Wilson 6 years ago
parent 1064778dfd
commit d1b7c232bf

@ -2,6 +2,7 @@
- hosts: all - hosts: all
strategy: linear strategy: linear
gather_facts: false gather_facts: false
become: true
tasks: tasks:
- raw: > - raw: >
if ! python -c ''; then if ! python -c ''; then

Loading…
Cancel
Save