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
Johannes Kastl 2019-08-22 17:39:47 +02:00 committed by Guillaume Abrioux
parent e11cbbbcb1
commit e1b9312084
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -321,4 +321,4 @@
- name: set_fact use_new_ceph_iscsi package or old ceph-iscsi-config/cli
set_fact:
use_new_ceph_iscsi: "{{ (gateway_ip_list == '0.0.0.0' and gateway_iqn | length == 0 and client_connections | length == 0 and rbd_devices | length == 0) | bool | ternary(true, false) }}"
use_new_ceph_iscsi: "{{ (gateway_ip_list == '0.0.0.0' and gateway_iqn | length == 0 and client_connections | length == 0 and rbd_devices | length == 0) | bool | ternary(true, false) }}"