mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 11:21:22 -07:00
Magic Modules changes. (#97)
Ensure that Ansible always returns full resource after update + no op
This commit is contained in:
parent
a53ccea09f
commit
6aa571c1b8
43 changed files with 31 additions and 105 deletions
|
@ -176,8 +176,6 @@ def main():
|
|||
if state == 'present':
|
||||
fetch = create(module, collection(module), kind)
|
||||
changed = True
|
||||
else:
|
||||
fetch = {}
|
||||
|
||||
fetch.update({'changed': changed})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue