Skip to content

Commit

Permalink
preflight: remove old rhceph 4 only on el8
Browse files Browse the repository at this point in the history
This task doesn't make sense when running on el9 and makes the playbook
fail.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2124919

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 46d6d59)
  • Loading branch information
guits authored and mergify[bot] committed Sep 7, 2022
1 parent 79d1d74 commit 6e8c858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cephadm-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- rhceph-4-tools-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms
- rhceph-4-mon-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms
- rhceph-4-osd-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms
when: ansible_facts['architecture'] | int == 8

- name: enable repo from download.ceph.com
when: ceph_origin == 'community'
Expand Down

0 comments on commit 6e8c858

Please sign in to comment.