mirror of https://github.com/ceph/ceph-ansible.git
Ansible will include host_vars/ansible_hostname.yml itself, no need this task IMO.
parent
55725fd01d
commit
8602166f6e
|
@ -55,14 +55,7 @@
|
|||
journal_typecode: 45b0969e-9b03-4f30-b4c6-b4b80ceff106
|
||||
dev_ssds: []
|
||||
|
||||
tasks:
|
||||
- name: load a variable file for dev_ssds
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- files:
|
||||
- "host_vars/{{ ansible_hostname }}.yml"
|
||||
skip: true
|
||||
|
||||
tasks:
|
||||
- name: get osd(s) if directory stat
|
||||
stat:
|
||||
path: "/var/lib/ceph/osd/ceph-{{ item.1.osd_id }}/journal_uuid"
|
||||
|
|
Loading…
Reference in New Issue