From 3e17c458d0c3ab488bef2bfc2a90277e13bb6736 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 22 Aug 2019 17:39:47 +0200 Subject: [PATCH] facts: fix a typo This commit fixes a typo in roles/ceph-facts/tasks/facts.yml Signed-off-by: Johannes Kastl (cherry picked from commit e1b9312084f3c1370207a88270a1b4cdc1656e7d) --- roles/ceph-facts/tasks/facts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ceph-facts/tasks/facts.yml b/roles/ceph-facts/tasks/facts.yml index 21c2d7ab3..8658f775c 100644 --- a/roles/ceph-facts/tasks/facts.yml +++ b/roles/ceph-facts/tasks/facts.yml @@ -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) }}" \ No newline at end of file + 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) }}" -- 2.39.5