tests: image_prep needs sudo
This commit is contained in:
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…
Reference in New Issue