pause
Collection: builtin
Full Name: parallax.builtin.pause
Aliases: ansible.builtin.pause, pause
Synopsis
Pause the play for a fixed time or until the operator continues
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| minutes | int | A positive number of minutes to pause for | ||
| seconds | int | A positive number of seconds to pause for | ||
| prompt | string | Optional text to use for the prompt message | ||
| echo | bool | true | Whether or not to echo the user input |
Example
- name: Give the cluster time to settle
pause:
seconds: 30