tests: image_prep needs sudo
This commit is contained in:
parent
1064778dfd
commit
d1b7c232bf
|
@ -2,6 +2,7 @@
|
|||
- hosts: all
|
||||
strategy: linear
|
||||
gather_facts: false
|
||||
become: true
|
||||
tasks:
|
||||
- raw: >
|
||||
if ! python -c ''; then
|
||||
|
|
Loading…
Reference in New Issue