mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
file: added file attributes in state=touched
This commit is contained in:
@@ -325,6 +325,7 @@ def main():
|
||||
open(path, 'w').close()
|
||||
except OSError, e:
|
||||
module.fail_json(path=path, msg='Error while touching non-existing target: %s' % str(e))
|
||||
module.set_file_attributes_if_different(file_args, True)
|
||||
module.exit_json(dest=path, changed=True)
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user