add waring msg
This commit is contained in:
parent
2720144476
commit
b8d5f69013
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
path: /var/local/keycloak
|
||||
state: directory
|
||||
|
||||
- name: Warning
|
||||
debug:
|
||||
msg: This is a test server, do not use in production
|
||||
|
||||
- name: Copy docker-compose.yml
|
||||
template:
|
||||
src: docker-compose.yml.j2
|
||||
|
|
Loading…
Reference in a new issue