File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 2021.08.26-377-g1ba8f46
1
+ 2021.08.26-378-g72f4b38
Original file line number Diff line number Diff line change 57
57
58
58
for i in {1..3}
59
59
do
60
- ansible-galaxy collection install " amazon.aws:1.5 .0" && s=0 && break || s=$? && sleep 3
60
+ ansible-galaxy collection install " amazon.aws:8.1 .0" && s=0 && break || s=$? && sleep 3
61
61
done
62
62
if [[ $s -gt 0 ]]
63
63
then
Original file line number Diff line number Diff line change 71
71
- name : " Install python dependencies"
72
72
run : |
73
73
echo ::group::PYDEPS
74
- pip install towncrier twine wheel httpie docker netaddr boto3 ansible mkdocs jq jsonpatch
74
+ pip install towncrier twine wheel httpie docker netaddr boto3 ' ansible~=10.3.0' mkdocs jq jsonpatch
75
75
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_python/.ci/assets/httpie/" >> $GITHUB_ENV
76
76
echo ::endgroup::
77
77
You can’t perform that action at this time.
0 commit comments