mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix example code syntax
This commit is contained in:
parent
6e4c5e0a12
commit
9acc891477
1 changed files with 7 additions and 6 deletions
|
@ -68,8 +68,9 @@ requirements: ["shade"]
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Create a security group rule
|
# Create a security group rule
|
||||||
- os_security_group_rule: cloud=mordred
|
- os_security_group_rule:
|
||||||
security_group=group foo
|
cloud: mordred
|
||||||
|
security_group: foo
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
port_range_min: 80
|
port_range_min: 80
|
||||||
port_range_max: 80
|
port_range_max: 80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue