Skip to content
Snippets Groups Projects
Commit 1926d245 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set correct permissions for Oracle backup directory to enable access for sanitytest server

parent 2ab82456
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
path: "/var/log/backup/{{ vault_oracle_user }}/" path: "/var/log/backup/{{ vault_oracle_user }}/"
owner: "{{ vault_oracle_user }}" owner: "{{ vault_oracle_user }}"
group: "{{ vault_oracle_group }}" group: "{{ vault_oracle_group }}"
mode: "0750" mode: "0755" # set o+rx, because it's needed for sanitytests
state: directory state: directory
- name: install the other backup scripts from files - name: install the other backup scripts from files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment