diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-02-04 11:47:00 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-02-05 15:53:32 -0500 |
commit | 7c1c02f3cc202acbc662f52fbc9a17911b044f24 (patch) | |
tree | 42cfe00df40943e902d2a4e73274db308b57c5b5 /roles/repos/tasks | |
parent | 076434d7a1026540f0eee5479adddc895d73b9b0 (diff) | |
download | openshift-7c1c02f3cc202acbc662f52fbc9a17911b044f24.tar.gz openshift-7c1c02f3cc202acbc662f52fbc9a17911b044f24.tar.bz2 openshift-7c1c02f3cc202acbc662f52fbc9a17911b044f24.tar.xz openshift-7c1c02f3cc202acbc662f52fbc9a17911b044f24.zip |
removed the usage of yaml '>' for multiline entries and replaced them with yaml dictionaries as demonstrated by the ansible documentation.
Diffstat (limited to 'roles/repos/tasks')
-rw-r--r-- | roles/repos/tasks/main.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/repos/tasks/main.yaml b/roles/repos/tasks/main.yaml index 48c123ab1..3b66bb392 100644 --- a/roles/repos/tasks/main.yaml +++ b/roles/repos/tasks/main.yaml @@ -1,16 +1,5 @@ --- # The following role lays down the correct repository and gpg key for yum - -#- name: Ensure oso rhui rhel 7 server repository exists in yum.repos.d -# copy: > -# src=oso-rhui-rhel-7-server.repo -# dest=/etc/yum.repos.d/oso-rhui-rhel-7-server.repo -# -#- name: Ensure Red Hat GPG Key is in place for the previous repo -# copy: > -# src=RPM-GPG-KEY-redhat-release -# dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release - - 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 |