From 7531af3ee0048c3d88de23edc97ffeebe771bcb3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 29 Jan 2019 04:20:14 +0000 Subject: [PATCH] issue #499: fix another mind-numbingly stupid vanilla inconsistency --- tests/image_prep/_container_setup.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/image_prep/_container_setup.yml b/tests/image_prep/_container_setup.yml index 3d942a48..e7a47915 100644 --- a/tests/image_prep/_container_setup.yml +++ b/tests/image_prep/_container_setup.yml @@ -130,6 +130,11 @@ Defaults>mitogen__require_tty requiretty Defaults>mitogen__require_tty_pw_required requiretty,targetpw + # Prevent permission denied errors. + - file: + path: /etc/sudoers.d/README + state: absent + - lineinfile: path: /etc/sudoers line: "%wheel ALL=(ALL) ALL"