mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 20:10:02 +08:00
Fix path to tmpfiles.d config
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
04d75773e4
commit
ab29128b01
@@ -160,7 +160,7 @@
|
||||
|
||||
- name: copy the odcs-backend.conf tmpfiles.d file.
|
||||
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
|
||||
owner: odcs
|
||||
group: fedmsg
|
||||
|
||||
Reference in New Issue
Block a user