From 65596e9684567370e2f16b4c8db9b0a4597342ca Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 18 Jun 2018 22:17:43 +0000 Subject: [PATCH] Add easy-rsa on batcave01 --- roles/batcave/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 8c719e1990..f2adb79f88 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -48,9 +48,8 @@ - python-dns # needed to have ansible remove ip-based known_host entries - 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 + - easy-rsa # For easy copying into ansible-private for certs. tags: - batcave - config