Merge pull request #535 from lde/master

Use sleep command in remplacement of pause
This commit is contained in:
Michael Russell 2019-03-11 22:18:04 +09:00 committed by GitHub
commit 453115019d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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