mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Suppress retries when downloading community.galaxy
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
132d383565
commit
a3f702c45e
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# START: HACK install dependencies
|
# START: HACK install dependencies
|
||||||
retry ansible-galaxy collection install community.general
|
#retry ansible-galaxy collection install community.general
|
||||||
# END: HACK
|
# END: HACK
|
||||||
|
|
||||||
export PYTHONIOENCODING='utf-8'
|
export PYTHONIOENCODING='utf-8'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue