mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
The pause 'prompt' parameter now requires quotes around the message.
This commit is contained in:
@@ -32,5 +32,5 @@ examples:
|
||||
- description: Pause until you can verify updates to an application were successful.
|
||||
code: pause
|
||||
- description: A helpful reminder of what to look out for post-update.
|
||||
code: pause prompt=Make sure org.foo.FooOverload exception is not present
|
||||
code: pause prompt="Make sure org.foo.FooOverload exception is not present"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user