From f5d9b265b782f1fbe3583b294c7bcbae57f64ad2 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Wed, 1 Oct 2014 17:58:39 -0400 Subject: removed client-cert.pem and client-key.pem as tasks (the files were removed previously). --- roles/repos/tasks/main.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'roles/repos') diff --git a/roles/repos/tasks/main.yaml b/roles/repos/tasks/main.yaml index d078f9c97..94560f1a3 100644 --- a/roles/repos/tasks/main.yaml +++ b/roles/repos/tasks/main.yaml @@ -11,12 +11,6 @@ # src=RPM-GPG-KEY-redhat-release # dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release -- name: Ensure rhel-7-libra-candidate client-key.pem exists - copy: src=client-key.pem dest=/var/lib/yum/client-key.pem - -- name: Ensure rhel-7-libra-candidate client-cert.pem exists - copy: src=client-cert.pem dest=/var/lib/yum/client-cert.pem - - name: Ensure rhel 7 libra candidate exists in yum.repos.d copy: src=rhel-7-libra-candidate.repo dest=/etc/yum.repos.d/rhel-7-libra-candidate.repo -- cgit v1.2.3