We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2295d51 + 0a8c1bd commit f728d6bCopy full SHA for f728d6b
roles/sap_control/tasks/functions/restart_sapstartsrv.yml
@@ -33,5 +33,5 @@
33
register: sap_start_sapstartsrv
34
35
- name: SAPstartsrv - Wait for 10 seconds for sapstartsrv to initialize
36
- ansible.builtin.pause:
37
- seconds: 10
+ ansible.builtin.wait_for:
+ timeout: 10
roles/sap_control/tasks/main.yml
@@ -96,8 +96,8 @@
96
verbosity: 1
97
98
- name: pause for 10 Seconds
99
100
101
102
# Debugging stuff
103
- name: Display parameters for runtime
0 commit comments