Skip to content

Commit

Permalink
Merge pull request #158 from ceph/mergify/bp/quincy/pr-157
Browse files Browse the repository at this point in the history
preflight: fix a typo (backport #157)
  • Loading branch information
guits authored Sep 9, 2022
2 parents 936c610 + 205f53b commit 826f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cephadm-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +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
when: ansible_facts['distribution_major_version'] | int == 8

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

0 comments on commit 826f24b

Please sign in to comment.