mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 11:53:08 +00:00
Fix roles path usage in CI.
This commit is contained in:
parent
7d7453f541
commit
cebc6ce94d
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ install:
|
||||||
# Install Ansible.
|
# Install Ansible.
|
||||||
- sudo -H pip3 install ansible
|
- sudo -H pip3 install ansible
|
||||||
|
|
||||||
# Add ansible.cfg to pick up roles path.
|
|
||||||
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue