Skip to content

Commit 7b58f33

Browse files
Fixed ansible test failing
1 parent 66eb28f commit 7b58f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ac-ansible-test-sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
source venv/venv-2.16/bin/activate
6666
python -m pip install --upgrade pip
67-
pip install ansible
67+
pip install ansible-core==2.17.6
6868
6969
- name: Run ac-sanity
7070
run: |

0 commit comments

Comments
 (0)