tests: image_prep needs sudo

issue260
David Wilson 6 years ago
parent 1064778dfd
commit d1b7c232bf

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

Loading…
Cancel
Save