add community.general installation in github actions
This commit is contained in:
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
|||||||
# run: ansible-galaxy install -r requirements.yml
|
# run: ansible-galaxy install -r requirements.yml
|
||||||
# shell: micromamba-shell {0}
|
# 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
|
- name: Check workflow files themselves with ActionLint
|
||||||
run: actionlint
|
run: actionlint
|
||||||
shell: micromamba-shell {0}
|
shell: micromamba-shell {0}
|
||||||
|
|||||||
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
@@ -78,6 +78,10 @@ jobs:
|
|||||||
run: ansible-galaxy install -r requirements.yml
|
run: ansible-galaxy install -r requirements.yml
|
||||||
shell: micromamba-shell {0}
|
shell: micromamba-shell {0}
|
||||||
|
|
||||||
|
- name: "Install community.general collection"
|
||||||
|
run: ansible-galaxy collection install community.general
|
||||||
|
shell: micromamba-shell {0}
|
||||||
|
|
||||||
- name: "Run Molecule tests"
|
- name: "Run Molecule tests"
|
||||||
if: ${{ matrix.role != '__no_role__' }}
|
if: ${{ matrix.role != '__no_role__' }}
|
||||||
working-directory: ${{ matrix.role }}
|
working-directory: ${{ matrix.role }}
|
||||||
|
|||||||
Reference in New Issue
Block a user