From fa90249c5964d8735b2a9e8d70ce7da735daf01e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 11 Dec 2017 16:41:28 -0500 Subject: [PATCH] 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 --- contrib/test/integration/system.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/test/integration/system.yml b/contrib/test/integration/system.yml index 1c43f431..453551fa 100644 --- a/contrib/test/integration/system.yml +++ b/contrib/test/integration/system.yml @@ -5,6 +5,7 @@ name: "{{ item }}" state: present with_items: + - atomic-registries - container-selinux - curl - device-mapper-devel