remove bootstrap retries
This commit is contained in:
parent
d55fc84fe9
commit
43b42e0507
@ -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