mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix tuples to actually be tuples (#52591)
This commit is contained in:
@@ -361,7 +361,7 @@ def main():
|
||||
add_file_common_args=True,
|
||||
supports_check_mode=True,
|
||||
required_by=dict(
|
||||
option=('iface'),
|
||||
option=('iface',),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user