When upgrading from stable to devel release with redhat community
packages, the rpm packages are not updated due to priority introduced
via
a7b1e35 (starting nautilus).
We need to remove the ceph stable repositories when configuring the
dev repositories.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
owner: root
group: root
backup: yes
+
+- name: remove ceph_stable repositories
+ yum_repository:
+ name: '{{ item }}'
+ file: ceph_stable
+ state: absent
+ with_items:
+ - ceph_stable
+ - ceph_stable_noarch