From d1b7c232bf76096b2f20bd86a4446b0e0ba164fd Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 4 Nov 2018 18:56:54 +0000 Subject: [PATCH] tests: image_prep needs sudo --- tests/image_prep/_container_setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/image_prep/_container_setup.yml b/tests/image_prep/_container_setup.yml index db0d3789..f62c5955 100644 --- a/tests/image_prep/_container_setup.yml +++ b/tests/image_prep/_container_setup.yml @@ -2,6 +2,7 @@ - hosts: all strategy: linear gather_facts: false + become: true tasks: - raw: > if ! python -c ''; then