1
0
Fork 0
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:
abakanovskii 2024-08-12 14:22:40 +03:00
parent ca4478f7bd
commit 3547a4899b

View file

@ -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,
)