1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

template: fix regression bug in template in case force=false

Fixes regression bug, previously reported in #12844 fixed with
4b20884719 re-introduced with
c64ac90560
This commit is contained in:
Rene Moser 2015-11-06 10:54:55 +01:00
parent 5c7d717f31
commit 768f2fe6d4

View file

@ -150,7 +150,7 @@ class ActionModule(ActionBase):
diff = {}
new_module_args = self._task.args.copy()
if local_checksum != remote_checksum:
if force and local_checksum != remote_checksum:
result['changed'] = True
# if showing diffs, we need to get the remote value