From bc7364fac420d1a72662deb52218277f8a14cf92 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 30 May 2021 22:40:57 -0500 Subject: [PATCH] Fix CI for new collections-based world. --- .github/workflows/ci.yml | 2 +- tests/ansible.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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