mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Docs update for os_security_group
(#5531)
The example used equal characters and not colon characters.
This commit is contained in:
parent
2ef59561ba
commit
0a435058a5
1 changed files with 8 additions and 8 deletions
|
@ -52,17 +52,17 @@ options:
|
|||
EXAMPLES = '''
|
||||
# Create a security group
|
||||
- os_security_group:
|
||||
cloud=mordred
|
||||
state=present
|
||||
name=foo
|
||||
description=security group for foo servers
|
||||
cloud: mordred
|
||||
state: present
|
||||
name: foo
|
||||
description: security group for foo servers
|
||||
|
||||
# Update the existing 'foo' security group description
|
||||
- os_security_group:
|
||||
cloud=mordred
|
||||
state=present
|
||||
name=foo
|
||||
description=updated description for the foo security group
|
||||
cloud: mordred
|
||||
state: present
|
||||
name: foo
|
||||
description: updated description for the foo security group
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue