mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-22 10:51:23 -07:00
Ansible: false
s being lost in network requests (#141)
This commit is contained in:
parent
5ce2906429
commit
e63c0009e4
47 changed files with 47 additions and 47 deletions
|
@ -395,7 +395,7 @@ def resource_to_request(module):
|
|||
}
|
||||
return_vals = {}
|
||||
for k, v in request.items():
|
||||
if v or v is False:
|
||||
if v is not None:
|
||||
return_vals[k] = v
|
||||
|
||||
return return_vals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue