Przeglądaj źródła

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
pull/3827/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
fbaa116dfa
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      .github/workflows/matrix.yml

+ 2
- 0
.github/workflows/matrix.yml Wyświetl plik

@@ -22,5 +22,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v24.10.0 uses: ansible/ansible-lint@v24.10.0
env:
ANSIBLE_ROLES_PATH: ./roles:roles/galaxy
with: with:
requirements_file: requirements.yml requirements_file: requirements.yml

Ładowanie…
Anuluj
Zapisz