mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
gce_net - creating firewall rule, src_range value seems to get lost or set to empty string -- fixes #252
This commit is contained in:
parent
07dbc333b2
commit
d41ec7027f
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ def main():
|
|||
ipv4_range = dict(),
|
||||
fwname = dict(),
|
||||
name = dict(),
|
||||
src_range = dict(),
|
||||
src_range = dict(type='list'),
|
||||
src_tags = dict(type='list'),
|
||||
state = dict(default='present'),
|
||||
service_account_email = dict(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue