mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-21 12:14:01 +00:00
Try to define a custom ANSIBLE_ROLES_PATH
.. to tell the Github Action where to install roles via ansible-galaxy. Ref: https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#setting-where-to-install-roles
This commit is contained in:
parent
8df99b3e16
commit
fbaa116dfa
2
.github/workflows/matrix.yml
vendored
2
.github/workflows/matrix.yml
vendored
@ -22,5 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v24.10.0
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: ./roles:roles/galaxy
|
||||
with:
|
||||
requirements_file: requirements.yml
|
||||
|
Loading…
Reference in New Issue
Block a user