File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- unknown
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 79
79
- name : " Install python dependencies"
80
80
run : |
81
81
echo ::group::PYDEPS
82
- pip install towncrier twine wheel httpie docker netaddr boto3 ansible mkdocs jq jsonpatch
82
+ pip install towncrier twine wheel httpie docker netaddr boto3 ' ansible~=10.3.0' mkdocs jq jsonpatch
83
83
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulpcore/.ci/assets/httpie/" >> $GITHUB_ENV
84
84
echo ::endgroup::
85
85
You can’t perform that action at this time.
0 commit comments