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 <[email protected]>
(cherry picked from commit 2dd8356)
  • Loading branch information
Guillaume Abrioux authored and guits committed Feb 17, 2023
1 parent 3b97e8e commit 5f0a075
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 @@ -55,7 +55,7 @@
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 5f0a075

Please sign in to comment.