Merge "refstack: don't chown db directory"
This commit is contained in:
commit
be2a12808e
@ -70,13 +70,14 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
|
# NOTE(ianw) This deliberately does not set owner/group/mode, as the
|
||||||
|
# mariadb container chowns this directory to be owned by a
|
||||||
|
# container-internal user and drops root privileges. We don't want to
|
||||||
|
# reset this from outside the container.
|
||||||
- name: Create refstack db storage area
|
- name: Create refstack db storage area
|
||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: /var/lib/refstack/db
|
path: /var/lib/refstack/db
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: 0755
|
|
||||||
|
|
||||||
- name: Copy hound robots.txt
|
- name: Copy hound robots.txt
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user