mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
cosmetic
This commit is contained in:
parent
17ff5c1ab5
commit
94135d91c3
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def _compare(actual, create_kwargs):
|
|||
)
|
||||
if actual_hosts != desired_hosts:
|
||||
ret.update({item: {'old': actual_hosts,
|
||||
'new': desired_hosts}})
|
||||
'new': desired_hosts}})
|
||||
continue
|
||||
|
||||
elif isinstance(data, list):
|
||||
|
|
Loading…
Add table
Reference in a new issue