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 = '''
|
EXAMPLES = '''
|
||||||
# Create a security group
|
# Create a security group
|
||||||
- os_security_group:
|
- os_security_group:
|
||||||
cloud=mordred
|
cloud: mordred
|
||||||
state=present
|
state: present
|
||||||
name=foo
|
name: foo
|
||||||
description=security group for foo servers
|
description: security group for foo servers
|
||||||
|
|
||||||
# Update the existing 'foo' security group description
|
# Update the existing 'foo' security group description
|
||||||
- os_security_group:
|
- os_security_group:
|
||||||
cloud=mordred
|
cloud: mordred
|
||||||
state=present
|
state: present
|
||||||
name=foo
|
name: foo
|
||||||
description=updated description for the foo security group
|
description: updated description for the foo security group
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue