From 8997b8263297197ec6981bd5a4af669fbea83833 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 23 Sep 2016 18:53:15 -0500 Subject: [PATCH] Don't configure sudoers file for test runs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e882738..cd83d1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: # Add a hosts file. - sudo mkdir -p /etc/ansible - sudo touch /etc/ansible/hosts - - "echo -e '[local]\nlocalhost ansible_connection=local' | sudo tee -a /etc/ansible/hosts > /dev/null" + - "echo -e '[local]\nlocalhost ansible_connection=local configure_sudoers=false' | sudo tee -a /etc/ansible/hosts > /dev/null" script: # Install dependencies.