diff --git a/cephadm-preflight.yml b/cephadm-preflight.yml index 85961dd..036b7c4 100644 --- a/cephadm-preflight.yml +++ b/cephadm-preflight.yml @@ -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'