GCP Bug Fixes (#49458)

* Bug fixes

* fixes as of 12/5/2018

* changes as of 12/06/2018
This commit is contained in:
Alex Stephen 2018-12-21 08:41:25 -08:00 committed by ansibot
parent b9c630f1b1
commit f73539284b
47 changed files with 239 additions and 102 deletions

View file

@ -211,7 +211,7 @@ def resource_to_request(module):
}
return_vals = {}
for k, v in request.items():
if v:
if v or v is False:
return_vals[k] = v
return return_vals