Skip to content

Commit

Permalink
fixed debug vars to var
Browse files Browse the repository at this point in the history
  • Loading branch information
0lzi committed Jul 11, 2024
1 parent eb08c00 commit da9b808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cephadm-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"
Expand Down

0 comments on commit da9b808

Please sign in to comment.