login-registry: use the correct ansible module to run commands

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-01-16 15:34:45 +01:00 committed by Pierre-Yves Chibon
parent 78ed1bd16d
commit 1cf6bb0692

View file

@ -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}}