Fix roles path usage in CI.

This commit is contained in:
Jeff Geerling 2020-09-28 15:40:43 -05:00
parent 7d7453f541
commit cebc6ce94d

View file

@ -34,9 +34,6 @@ install:
# 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.
- sudo mkdir -p /etc/ansible
- sudo touch /etc/ansible/hosts