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:
@@ -648,8 +648,8 @@ def main():
|
||||
),
|
||||
supports_check_mode=True,
|
||||
required_by=dict(
|
||||
interface=('zone'),
|
||||
source=('permanent'),
|
||||
interface=('zone',),
|
||||
source=('permanent',),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user