From dc585a70269c64c471f89f01c2d71d99a63c9dd5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 17 Oct 2017 18:19:51 +0000 Subject: [PATCH] Make atomic-openshift-clients available on batcave. --- roles/batcave/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 8db283fc52..c256de59df 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -12,6 +12,15 @@ - batcave - config +# https://pagure.io/fedora-infrastructure/issue/6422 +- name: put openshift repo on batcave for the oc client tools + template: src="{{ files }}/openshift/openshift.repo" dest="/etc/yum.repos.d/openshift.repo" + tags: + - batcave + - config + - packages + - yumrepos + - name: install packages needed package: name={{ item }} state=present with_items: @@ -39,6 +48,8 @@ - libvirt-client # needed to allow migrations to be run from here. - ansible-lint # needed to check ansible playbooks for issues. - mash # Needed for infra tags + # https://pagure.io/fedora-infrastructure/issue/6422 + - atomic-openshift-clients # For convenient client access to os.fp.o tags: - batcave - config