Skip to content

Commit ee32798

Browse files
Fix Ansible tests on Linux (#4906)
* Upgrade docker version * Upgrade molecule-plugins[docker] to 23.5.3 * require requests to be less tha 2.32.0 * Update .github/workflows/ansible.yml Co-authored-by: Jeff Cheng <[email protected]> * Revert "require requests to be less tha 2.32.0" This reverts commit 770972f. * Re-add old dependencies --------- Co-authored-by: Jeff Cheng <[email protected]>
1 parent e46431d commit ee32798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
molecule==6.0.3
9999
molecule-plugins[docker]==23.5.0
100100
docker==7.0.0
101+
requests<2.32.0
101102
urllib3<2
102103
103104
- name: Set up Python 3.

0 commit comments

Comments
 (0)