add community.general installation in github actions

This commit is contained in:
Sergey Malyuk
2025-12-11 10:49:01 +03:00
parent 0f9fdc9e93
commit bfdb8cad55
2 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ jobs:
# run: ansible-galaxy install -r requirements.yml
# shell: micromamba-shell {0}
- name: "Install community.general collection"
run: ansible-galaxy collection install community.general
shell: micromamba-shell {0}
- name: Check workflow files themselves with ActionLint
run: actionlint
shell: micromamba-shell {0}

View File

@@ -78,6 +78,10 @@ jobs:
run: ansible-galaxy install -r requirements.yml
shell: micromamba-shell {0}
- name: "Install community.general collection"
run: ansible-galaxy collection install community.general
shell: micromamba-shell {0}
- name: "Run Molecule tests"
if: ${{ matrix.role != '__no_role__' }}
working-directory: ${{ matrix.role }}