]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
facts: fix a typo
authorJohannes Kastl <kastl@b1-systems.de>
Thu, 22 Aug 2019 15:39:47 +0000 (17:39 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 22 Aug 2019 16:08:28 +0000 (18:08 +0200)
This commit fixes a typo in roles/ceph-facts/tasks/facts.yml

Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
roles/ceph-facts/tasks/facts.yml

index 21c2d7ab3283e30c566cc988a4f41cb753b194cd..8658f775ce6a02a6efc74b191728d1ec5720b5d7 100644 (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
 
 - 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) }}"