Use sleep command in remplacement of pause

This commit is contained in:
Lilian Deloche 2019-02-07 12:24:16 +01:00
parent 0ccf60831e
commit eed3efbb85

View file

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