Add many no_log attributes

This commit is contained in:
Chris Hawk 2024-11-05 14:06:56 -08:00
commit 1a7d4e3cda
101 changed files with 147 additions and 111 deletions

View file

@ -621,7 +621,8 @@ def main():
argument_spec=dict(
filters=dict(type="list", elements="str"),
zone=dict(required=True, type="str"),
)
),
supports_check_mode=True
)
if not module.params["scopes"]: