mirror of https://github.com/ceph/ceph-ansible.git
container: fix tmpfiles.d ceph files
- fix uid/gid in ceph tmpfiles - move file to `/etc/tmpfiles.d` Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3620/head
parent
a1a871cade
commit
e7034402a4
|
@ -92,8 +92,8 @@
|
||||||
|
|
||||||
- name: ensure tmpfiles.d is present
|
- name: ensure tmpfiles.d is present
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /usr/lib/tmpfiles.d/ceph-common.conf
|
path: /etc/tmpfiles.d/ceph-common.conf
|
||||||
line: "d /run/ceph 0770 ceph ceph -"
|
line: "d /run/ceph 0770 root root -"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Reference in New Issue