diff --git a/cephadm-preflight.yml b/cephadm-preflight.yml index dc072bd..9c7888a 100644 --- a/cephadm-preflight.yml +++ b/cephadm-preflight.yml @@ -45,13 +45,13 @@ import_role: name: ceph_defaults - - name: debug blank output + - name: debug blank output debug: - vars: "{{ ansible_facts['distribution'] }}" + var: "{{ ansible_facts['distribution'] }}" - name: debug paths debug: - vars: "{{ playbook_dir }}" + var: "{{ playbook_dir }}" - name: Import specific OS-related tasks include_tasks: "{{ lookup('first_found', __OS_distribution) }}"