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

NameTypeRequiredDefaultDescription
minutesintA positive number of minutes to pause for
secondsintA positive number of seconds to pause for
promptstringOptional text to use for the prompt message
echobooltrueWhether or not to echo the user input

Example

- name: Give the cluster time to settle
  pause:
    seconds: 30