mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Merge branch 'devel' of https://github.com/muffl0n/ansible into muffl0n-devel
This commit is contained in:
commit
e659d55d62
3 changed files with 6 additions and 6 deletions
|
@ -113,8 +113,8 @@ def main():
|
|||
add_file_common_args=True,
|
||||
)
|
||||
|
||||
src = os.path.expanduser(module.params['src'])
|
||||
dest = os.path.expanduser(module.params['dest'])
|
||||
src = module.params['src']
|
||||
dest = module.params['dest']
|
||||
backup = module.params['backup']
|
||||
force = module.params['force']
|
||||
original_basename = module.params.get('original_basename',None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue