mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00: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:
committed by
Matt Clay
parent
07dbc333b2
commit
d41ec7027f
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user