Skip to content

Commit

Permalink
minor doc change to use module ref in rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Aug 30, 2017
1 parent 0571014 commit 421fa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/utilities/logic/pause.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description:
- Pauses playbook execution for a set amount of time, or until a prompt is acknowledged.
All parameters are optional. The default behavior is to pause with a prompt.
- To pause/wait/sleep per host, use the `wait_for` module.
- To pause/wait/sleep per host, use the M(wait_for) module.
- You can use C(ctrl+c) if you wish to advance a pause earlier than it is set to expire or if you need to abort a playbook run entirely.
To continue early press C(ctrl+c) and then C(c). To abort a playbook press C(ctrl+c) and then C(a).
- The pause module integrates into async/parallelized playbooks without any special considerations (see Rolling Updates).
Expand Down

0 comments on commit 421fa39

Please sign in to comment.