tests: image_prep needs sudo

This commit is contained in:
David Wilson 2018-11-04 18:56:54 +00:00
parent 1064778dfd
commit d1b7c232bf
1 changed files with 1 additions and 0 deletions

View File

@ -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