Fix roles path usage in CI.
This commit is contained in:
parent
7d7453f541
commit
cebc6ce94d
@ -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…
x
Reference in New Issue
Block a user