Skip to content
Snippets Groups Projects
Verified Commit 5b4f00da authored by Varac's avatar Varac
Browse files

Fix storage directories

parent 53ccf054
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
- name: Create local k8s storage directories
file:
state: directory
path: /var/local/k8s/
path: '/var/local/k8s/{{ item }}'
mode: '0777'
with_items:
- keycloak-postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment