Skip to content

Commit 12802c8

Browse files
Update test-deployer.yml
1 parent c7d2799 commit 12802c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-deployer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
tofu_version: latest
4646

4747
- name: Install Ansible
48-
run: pip install ansible
48+
run: |
49+
pip install "ansible>=9.0.0,<10.0.0" "ansible-core>=2.11,<2.17"
50+
ansible --version
4951
5052
- name: Install this collection
5153
run: ansible-galaxy collection install . --force

0 commit comments

Comments
 (0)