mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
cloudstack: cs_security_group_rule: fix typo
This commit is contained in:
parent
26652002a4
commit
368b553fd7
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class AnsibleCloudStackSecurityGroupRule(AnsibleCloudStack):
|
|||
'icmptype': 'icmp_type',
|
||||
'icmpcode': 'icmp_code',
|
||||
'endport': 'end_port',
|
||||
'start_port': 'start_port',
|
||||
'startport': 'start_port',
|
||||
'protocol': 'protocol',
|
||||
'cidr': 'cidr',
|
||||
'securitygroupname': 'user_security_group',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue