add some tags to login-registry
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6c85fda0c9
commit
1f05949fbc
1 changed files with 4 additions and 0 deletions
|
@ -7,8 +7,12 @@
|
|||
ansible.builtin.package:
|
||||
name: podman
|
||||
state: present
|
||||
tags:
|
||||
- login-registry
|
||||
|
||||
- name: Login into a registry
|
||||
ansible.builtin.command: podman login {{candidate_registry}} -u {{candidate_registry_osbs_username}} -p {{candidate_registry_osbs_password}} --authfile .docker/config.json
|
||||
args:
|
||||
creates: .docker/config.json
|
||||
tags:
|
||||
- login-registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue