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
Guillaume Abrioux 2019-02-14 15:25:41 +01:00 committed by Sébastien Han
parent a1a871cade
commit e7034402a4
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@
- name: ensure tmpfiles.d is present
lineinfile:
path: /usr/lib/tmpfiles.d/ceph-common.conf
line: "d /run/ceph 0770 ceph ceph -"
path: /etc/tmpfiles.d/ceph-common.conf
line: "d /run/ceph 0770 root root -"
owner: root
group: root
mode: 0644