mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
Add trailing comma to avoid future diff
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8bdcdc8328
commit
d86098674b
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ def main():
|
|||
('state', 'present', ['value', 'path'], True),
|
||||
],
|
||||
mutually_exclusive=[
|
||||
['value', 'path']
|
||||
['value', 'path'],
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue