]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
downstream-setup: add a task to remove a yum repo from /etc/yum.repos.d 10/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 18 May 2015 21:23:31 +0000 (16:23 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 18 May 2015 21:27:31 +0000 (16:27 -0500)
commit0b8542c9ec5067f7434f0a23d53419078f3eb414
tree923288f6be1379fb00ff9bf7dffd8e4bf0f5335c
parent7a8dbf0a5a543e3cf921032f45896dd3a29d8580
downstream-setup: add a task to remove a yum repo from /etc/yum.repos.d

Using the remove_yum_repos var give a list of yum repos names to remove
from /etc/yum.repos.d. This gives a way for us to clean up yum repos
that we add with this role.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/downstream-setup/defaults/main.yml
roles/downstream-setup/tasks/main.yml
roles/downstream-setup/tasks/remove_yum_repos.yml [new file with mode: 0644]