Playbooks: install the atomic-registries package
Install atomic-registries to get a /etc/containers/registries.conf file, so that we can resolve image names that don't include domain portions. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
72442d0957
commit
fa90249c59
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
|
- atomic-registries
|
||||||
- container-selinux
|
- container-selinux
|
||||||
- curl
|
- curl
|
||||||
- device-mapper-devel
|
- device-mapper-devel
|
||||||
|
|
Loading…
Reference in a new issue