login-registry: use the correct ansible module to run commands
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
78ed1bd16d
commit
1cf6bb0692
1 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@
|
|||
name: podman
|
||||
state: present
|
||||
|
||||
- name: Log into the candidate-registry
|
||||
cmd: podman login {{candidate_registry}} -u {{candidate_registry_osbs_username}} -p {{candidate_registry_osbs_password}}
|
||||
- name: login into a registry
|
||||
command: podman login {{candidate_registry}} -u {{candidate_registry_osbs_username}} -p {{candidate_registry_osbs_password}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue