mirror of https://github.com/ceph/ceph-ansible.git
facts: fix a typo
This commit fixes a typo in roles/ceph-facts/tasks/facts.yml Signed-off-by: Johannes Kastl <kastl@b1-systems.de>pull/4363/head
parent
e11cbbbcb1
commit
e1b9312084
|
@ -99,7 +99,7 @@
|
|||
fsid: "{{ ceph_current_status.fsid }}"
|
||||
when: ceph_current_status.fsid is defined
|
||||
|
||||
- name: fsid realted tasks
|
||||
- name: fsid related tasks
|
||||
when:
|
||||
- generate_fsid | bool
|
||||
- ceph_current_status.fsid is undefined
|
||||
|
|
Loading…
Reference in New Issue