Skip to content

Commit

Permalink
Update podman_login.py (#725)
Browse files Browse the repository at this point in the history
Make tlsverify and certdir parameters no longer mutually exclusive.

Signed-off-by: Dawa Ometto <[email protected]>
  • Loading branch information
dometto authored Mar 19, 2024
1 parent f2dcda6 commit 890ae35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/modules/podman_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ def main():
supports_check_mode=True,
required_together=(
['username', 'password'],
),
mutually_exclusive=(
['certdir', 'tlsverify'],
),
)
)

registry = module.params['registry']
Expand Down

0 comments on commit 890ae35

Please sign in to comment.