diff options
author | Thomas Wiest <twiest@gmail.com> | 2014-10-01 18:01:05 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@gmail.com> | 2014-10-01 18:01:05 -0400 |
commit | 76cc8858f9bfa841797188e76015861258bcd241 (patch) | |
tree | 0143bb7bef24fe2930c2749731b76670e2a2642d /roles/repos/tasks/main.yaml | |
parent | 23b5138b592e3ebcc0a33ba578db21e20bb2bf58 (diff) | |
parent | f5d9b265b782f1fbe3583b294c7bcbae57f64ad2 (diff) | |
download | openshift-76cc8858f9bfa841797188e76015861258bcd241.tar.gz openshift-76cc8858f9bfa841797188e76015861258bcd241.tar.bz2 openshift-76cc8858f9bfa841797188e76015861258bcd241.tar.xz openshift-76cc8858f9bfa841797188e76015861258bcd241.zip |
Merge pull request #4 from twiest/quick
removed client-cert.pem and client-key.pem as tasks (the files were removed previously).
Diffstat (limited to 'roles/repos/tasks/main.yaml')
-rw-r--r-- | roles/repos/tasks/main.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |