mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-14 16:17:09 +00:00
Don't configure sudoers file for test runs.
This commit is contained in:
parent
904d3a7039
commit
8997b82632
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue