mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Linter fixes
This commit is contained in:
parent
ca4478f7bd
commit
3547a4899b
1 changed files with 1 additions and 2 deletions
|
@ -342,8 +342,7 @@ def main():
|
|||
required_if=[
|
||||
('discover', True, ['portal']),
|
||||
('auto_node_startup', True, ['target']),
|
||||
('auto_portal_startup', True, ['target'])
|
||||
],
|
||||
('auto_portal_startup', True, ['target'])],
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue