Skip to content

Commit b82f64d

Browse files
committed
feat: install community.general
Due to error `Invalid callback for stdout specified: yaml` when running the playbooks `community.general` has been installed as a dependency for testing.
1 parent 1d3800c commit b82f64d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/lint-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
lint:
77
uses: stackhpc/.github/.github/workflows/lint-collection.yml@main
88
with:
9-
lint_pip_dependencies: git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c
9+
lint_pip_dependencies: git+https://github.com/stackhpc/ansible-modules-hashivault@main

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
run: |
3636
pipx uninstall ansible-core
3737
python3 -m pip install --upgrade pip
38-
python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c # yamllint disable-line rule:line-length
38+
python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@main
3939
ansible-galaxy collection build
4040
ansible-galaxy collection install *.tar.gz
41+
ansible-galaxy collection install community.general
4142
4243
- name: Run integration tests 🧪
4344
run: |

0 commit comments

Comments
 (0)