Reverting template change (#104)

This commit is contained in:
The Magician 2018-09-28 12:57:40 -07:00 committed by Alex Stephen
parent aca3156cb5
commit d84be36a7a
43 changed files with 86 additions and 0 deletions

View file

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