Skip to content

Commit

Permalink
preflight: fix a typo
Browse files Browse the repository at this point in the history
This fixes a typo s/_ceph_repos/_ceph_repo

Signed-off-by: Guillaume Abrioux <gabrioux@Guillaumes-MacBook-Pro.local>
(cherry picked from commit 2dd8356)
  • Loading branch information
Guillaume Abrioux authored and guits committed Feb 17, 2023
1 parent 89a34d4 commit dc097b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cephadm-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@
- rhceph-4-osd-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms
when: ansible_facts['distribution_major_version'] | int == 8


# https://public.dhe.ibm.com/ibmdl/export/pub/storage/ceph/5/rhel8/$basearch/
- name: enable repo from download.ceph.com
when: ceph_origin in ['community', 'ibm']
block:
- name: set_fact _ceph_repo
set_fact:
_ceph_repos:
_ceph_repo:
- name: ceph_stable
description: "{{ 'Ceph Stable repo' if ceph_origin == 'community' else 'IBM Ceph repo' }}"
rpm_key: "{{ ceph_stable_key if ceph_origin == 'community' else ceph_ibm_key }}"
Expand Down

0 comments on commit dc097b2

Please sign in to comment.