Use sleep command in remplacement of pause
This commit is contained in:
parent
0ccf60831e
commit
eed3efbb85
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
# If playbook runs too fast, Native commands could fail as the Native Realm is not yet up
|
# If playbook runs too fast, Native commands could fail as the Native Realm is not yet up
|
||||||
- name: Wait 15 seconds for the Native Relm to come up
|
- name: Wait 15 seconds for the Native Relm to come up
|
||||||
pause: seconds=15
|
command: sleep 15
|
||||||
when: manage_native_realm
|
when: manage_native_realm
|
||||||
|
|
||||||
- name: activate-license
|
- name: activate-license
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue