]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
downstream-setup: separate cleanup and setup tasks into their own files 116/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 20 Aug 2015 15:13:12 +0000 (10:13 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 20 Aug 2015 15:37:05 +0000 (10:37 -0500)
commitab9e5edf553feb8fe0e4c7c55206ed598106f426
treef6d4903e33018e6312cff088443b51a222af489c
parent1f748db759dd49e363860462f06a771736476d41
downstream-setup: separate cleanup and setup tasks into their own files

This is a refactor that makes this role a bit easier to understand and
use. I've simplified main.yml to only include setup.yml and cleanup.yml.
This separation of cleanup and setup related tasks make it a bit easier
to understand.

Also fixes this bug: http://tracker.ceph.com/issues/12693

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