Magic Modules changes. (#97)

Ensure that Ansible always returns full resource after update + no op
This commit is contained in:
The Magician 2018-09-24 10:46:28 -07:00 committed by Alex Stephen
parent a53ccea09f
commit 6aa571c1b8
43 changed files with 31 additions and 105 deletions

View file

@ -176,8 +176,6 @@ def main():
if state == 'present':
fetch = create(module, collection(module), kind)
changed = True
else:
fetch = {}
fetch.update({'changed': changed})