mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-22 19:01:23 -07:00
Reverting template change (#104)
This commit is contained in:
parent
aca3156cb5
commit
d84be36a7a
43 changed files with 86 additions and 0 deletions
|
@ -171,6 +171,8 @@ 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