Fix path to tmpfiles.d config
This commit is contained in:
parent
04d75773e4
commit
ab29128b01
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
||||||
|
|
||||||
- name: copy the odcs-backend.conf tmpfiles.d file.
|
- name: copy the odcs-backend.conf tmpfiles.d file.
|
||||||
copy:
|
copy:
|
||||||
src: "{{ roles_path }}/odcs/base/files/etc/tmpfiles.d/odcs-backend.conf"
|
src: "{{ roles_path }}/odcs/base/files/tmpfiles.d/odcs-backend.conf"
|
||||||
dest: /etc/tmpfiles.d/odcs-backend.conf
|
dest: /etc/tmpfiles.d/odcs-backend.conf
|
||||||
owner: odcs
|
owner: odcs
|
||||||
group: fedmsg
|
group: fedmsg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue