mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Fix CI for new collections-based world.
This commit is contained in:
parent
b3fd01c991
commit
bc7364fac4
2 changed files with 1 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
cp tests/ansible.cfg ./ansible.cfg
|
cp tests/ansible.cfg ./ansible.cfg
|
||||||
cp tests/inventory ./inventory
|
cp tests/inventory ./inventory
|
||||||
cp tests/config.yml ./config.yml
|
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.
|
- name: Test the playbook's syntax.
|
||||||
run: ansible-playbook main.yml --syntax-check
|
run: ansible-playbook main.yml --syntax-check
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
inventory = inventory
|
inventory = inventory
|
||||||
roles_path = ../:../roles:./roles
|
|
||||||
|
|
Loading…
Reference in a new issue