mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
@@ -370,7 +370,7 @@ def execute_touch(path, follow):
|
||||
raise
|
||||
|
||||
# Unfortunately, touch always changes the file because it updates file's timestamp
|
||||
return {'dest': path, 'changed': True}
|
||||
return {'dest': path, 'changed': True, 'diff': diff}
|
||||
|
||||
|
||||
def ensure_file_attributes(path, follow):
|
||||
|
||||
Reference in New Issue
Block a user