Specify full path to template

pull/663/head
Jim Curtis 2016-03-29 11:30:56 -07:00
parent e539645fba
commit 89f2cf6a53
1 changed files with 1 additions and 1 deletions

View File

@ -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"