Fix tuples to actually be tuples (#52591)

This commit is contained in:
Matt Martz
2019-02-19 13:29:51 -06:00
committed by GitHub
parent 6746ec6331
commit b5c2b407d6
4 changed files with 8 additions and 8 deletions

View File

@@ -648,8 +648,8 @@ def main():
),
supports_check_mode=True,
required_by=dict(
interface=('zone'),
source=('permanent'),
interface=('zone',),
source=('permanent',),
),
)