mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
black
This commit is contained in:
parent
6da38663e7
commit
8512c0893a
1 changed files with 3 additions and 3 deletions
|
@ -3900,9 +3900,9 @@ def directory(
|
|||
if __opts__["test"]:
|
||||
ret["changes"]["backup"] = f"{name} would be renamed to {backupname}"
|
||||
ret["changes"][name] = {"directory": "new"}
|
||||
ret[
|
||||
"comment"
|
||||
] = f"{name} would be backed up and replaced with a new directory"
|
||||
ret["comment"] = (
|
||||
f"{name} would be backed up and replaced with a new directory"
|
||||
)
|
||||
ret["result"] = None
|
||||
return ret
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue