Skip to content

Commit

Permalink
Merge pull request #29 from jhohwieler/dev
Browse files Browse the repository at this point in the history
Replace ansible.builtin.pause with ansible.builtin.wait_for


-- merged because all reviewers approved
  • Loading branch information
rhmk authored Jan 14, 2025
2 parents 2295d51 + 0a8c1bd commit f728d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/sap_control/tasks/functions/restart_sapstartsrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
register: sap_start_sapstartsrv

- name: SAPstartsrv - Wait for 10 seconds for sapstartsrv to initialize
ansible.builtin.pause:
seconds: 10
ansible.builtin.wait_for:
timeout: 10
4 changes: 2 additions & 2 deletions roles/sap_control/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
verbosity: 1

- name: pause for 10 Seconds
ansible.builtin.pause:
seconds: 10
ansible.builtin.wait_for:
timeout: 10

# Debugging stuff
- name: Display parameters for runtime
Expand Down

0 comments on commit f728d6b

Please sign in to comment.