mirror of https://github.com/ceph/ceph-ansible.git
rhcs: re-add apt-pining
When installing rhcs on Debian systems the red hat repos must have the highest priority so we avoid packages conflicts and install the rhcs version. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1565850 Signed-off-by: Sébastien Han <seb@redhat.com>pull/2468/merge
parent
899b0eb451
commit
a98885a71e
|
@ -1,4 +1,12 @@
|
|||
---
|
||||
- name: set apt pinning for red hat ceph storage
|
||||
template:
|
||||
src: "{{ role_path }}/templates/rhcs.pref.j2"
|
||||
dest: /etc/apt/preferences.d/rhcs.pref
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: include prerequisite_rhcs_iso_install_debian.yml
|
||||
include: prerequisite_rhcs_iso_install_debian.yml
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue