remove bootstrap retries
This commit is contained in:
parent
a3794e20d2
commit
1814de67f5
@ -9,7 +9,3 @@
|
|||||||
((test -e /usr/bin/apt && (apt -y update && apt install -y python-minimal)) ||
|
((test -e /usr/bin/apt && (apt -y update && apt install -y python-minimal)) ||
|
||||||
echo "Warning: Python not boostrapped due to unknown platform.")
|
echo "Warning: Python not boostrapped due to unknown platform.")
|
||||||
changed_when: False
|
changed_when: False
|
||||||
retries: 3
|
|
||||||
delay: 5
|
|
||||||
register: __bootstrap_python
|
|
||||||
until: __bootstrap_python.rc == 0
|
|
||||||
|
Loading…
Reference in New Issue
Block a user