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.