mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Merge pull request #8271 from tksmd/fix-copy-set-fs-attributes-issue
fix an issue that copying directory will fail when trying to change file attributes
This commit is contained in:
commit
57f89b85eb
2 changed files with 8 additions and 1 deletions
|
|
@ -268,6 +268,7 @@ class ActionModule(object):
|
|||
new_module_args = dict(
|
||||
src=tmp_src,
|
||||
dest=dest,
|
||||
original_basename=source_rel
|
||||
)
|
||||
if self.runner.noop_on_check(inject):
|
||||
new_module_args['CHECKMODE'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue