mirror of https://github.com/ceph/ceph-ansible.git
Specify full path to template
parent
e539645fba
commit
89f2cf6a53
|
@ -46,7 +46,7 @@
|
|||
- name: generate systemd unit file
|
||||
become: true
|
||||
template:
|
||||
src: ceph-mon.service.j2
|
||||
src: ../../templates/ceph-mon.service.j2
|
||||
dest: /var/lib/ceph/ceph-mon@.service
|
||||
owner: "root"
|
||||
group: "root"
|
||||
|
|
Loading…
Reference in New Issue