diff --git a/plugins/modules/podman_login.py b/plugins/modules/podman_login.py index 8ae8418a..25bdb8d9 100644 --- a/plugins/modules/podman_login.py +++ b/plugins/modules/podman_login.py @@ -154,10 +154,7 @@ def main(): supports_check_mode=True, required_together=( ['username', 'password'], - ), - mutually_exclusive=( - ['certdir', 'tlsverify'], - ), + ) ) registry = module.params['registry']