mirror of https://github.com/ceph/ceph-ansible.git
commit
c68c09a798
|
@ -14,7 +14,7 @@
|
|||
register: init_system
|
||||
|
||||
- set_fact:
|
||||
init_system={{ init_system.content | b64decode }}
|
||||
init_system={{ init_system.content | b64decode | trim }}
|
||||
|
||||
- set_fact:
|
||||
use_systemd={{ init_system.strip() == 'systemd' }}
|
||||
|
@ -68,4 +68,3 @@
|
|||
- set_fact:
|
||||
mds_name: "{{ ansible_fqdn }}"
|
||||
when: mds_use_fqdn
|
||||
|
||||
|
|
Loading…
Reference in New Issue