create the directory
This commit is contained in:
parent
e9701f527c
commit
097c2cedb5
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- name: Ensure the directory exist
|
||||||
|
file:
|
||||||
|
path: /var/local/keycloak
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Copy docker-compose.yml
|
- name: Copy docker-compose.yml
|
||||||
template:
|
template:
|
||||||
src: docker-compose.yml.j2
|
src: docker-compose.yml.j2
|
||||||
|
|
Loading…
Reference in a new issue