Skip to content

Commit 47abf28

Browse files
pulpbotmdellweg
authored andcommitted
Update CI files
[noissue]
1 parent 6800982 commit 47abf28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unknown
1+
2021.08.26-378-g72f4b38

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757

5858
for i in {1..3}
5959
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
6161
done
6262
if [[ $s -gt 0 ]]
6363
then

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: "Install python dependencies"
8080
run: |
8181
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
8383
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulpcore/.ci/assets/httpie/" >> $GITHUB_ENV
8484
echo ::endgroup::
8585

0 commit comments

Comments
 (0)