Skip to content
Snippets Groups Projects
Commit 10d4667b authored by ale's avatar ale
Browse files

Fix permissions of /var/lib/tabacco-metadb on first run

parent 0ff5892a
Branches
No related tags found
No related merge requests found
......@@ -13,6 +13,16 @@
system: yes
state: present
# The directory is already created by the dataset, but we need
# to ensure the permissions are correct or the first ansible run
# will fail (breaking tests).
- name: Create backup metadata server database dir
file:
path: /var/lib/tabacco-metadb
state: directory
owner: backup-metadata
mode: 0700
- name: Configure the backup metadata server
template:
src: metadb.yml.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment