mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Docs: consistently format playbook EXAMPLES
This commit is contained in:
parent
bfcead8c33
commit
30d641094b
30 changed files with 129 additions and 73 deletions
|
@ -62,7 +62,10 @@ options:
|
|||
|
||||
EXAMPLES = """
|
||||
# Set the federation parameter 'local_username' to a value of 'guest' (in quotes)
|
||||
rabbitmq_parameter: component=federation name=local-username value='"guest"' state=present
|
||||
- rabbitmq_parameter: component=federation
|
||||
name=local-username
|
||||
value='"guest"'
|
||||
state=present
|
||||
"""
|
||||
|
||||
class RabbitMqParameter(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue