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

@@ -361,7 +361,7 @@ def main():
add_file_common_args=True,
supports_check_mode=True,
required_by=dict(
option=('iface'),
option=('iface',),
),
)