parent
498dc61154
commit
544b044129
1 changed files with 3 additions and 2 deletions
|
@ -340,6 +340,7 @@ def main():
|
|||
res_args['backup_file'] = backup_file
|
||||
|
||||
module.params['dest'] = dest
|
||||
if not module.check_mode:
|
||||
file_args = module.load_file_common_arguments(module.params)
|
||||
res_args['changed'] = module.set_fs_attributes_if_different(file_args, res_args['changed'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue