Don't configure sudoers file for test runs.
This commit is contained in:
parent
904d3a7039
commit
8997b82632
@ -24,7 +24,7 @@ install:
|
|||||||
# Add a hosts file.
|
# Add a hosts file.
|
||||||
- sudo mkdir -p /etc/ansible
|
- sudo mkdir -p /etc/ansible
|
||||||
- sudo touch /etc/ansible/hosts
|
- 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:
|
script:
|
||||||
# Install dependencies.
|
# Install dependencies.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user