Merge pull request #535 from lde/master
Use sleep command in remplacement of pause
This commit is contained in:
commit
453115019d
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
|
||||
- name: Wait 15 seconds for the Native Relm to come up
|
||||
pause: seconds=15
|
||||
command: sleep 15
|
||||
when: manage_native_realm
|
||||
|
||||
- name: activate-license
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue