mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Port #51134 to master
This commit is contained in:
parent
df480e37c0
commit
442553e2c8
1 changed files with 1 additions and 1 deletions
|
@ -7336,7 +7336,7 @@ def copy_(
|
|||
return ret
|
||||
|
||||
|
||||
def rename(name, source, force=False, makedirs=False):
|
||||
def rename(name, source, force=False, makedirs=False, **kwargs):
|
||||
"""
|
||||
If the source file exists on the system, rename it to the named file. The
|
||||
named file will not be overwritten if it already exists unless the force
|
||||
|
|
Loading…
Add table
Reference in a new issue