diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e84f1..2115e95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: cp tests/ansible.cfg ./ansible.cfg cp tests/inventory ./inventory cp tests/config.yml ./config.yml - ansible-galaxy install -r requirements.yml -p ./roles + ansible-galaxy install -r requirements.yml - name: Test the playbook's syntax. run: ansible-playbook main.yml --syntax-check diff --git a/tests/ansible.cfg b/tests/ansible.cfg index 6c19e9a..f8fc6cd 100644 --- a/tests/ansible.cfg +++ b/tests/ansible.cfg @@ -1,3 +1,2 @@ [defaults] inventory = inventory -roles_path = ../:../roles:./roles