fixed typo

This commit is contained in:
muppeth 2022-10-19 10:23:47 +02:00
parent ffb55f31f1
commit 7e223dd05a
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031

View file

@ -25,8 +25,8 @@
name: "{{ lacre_webgate_db_name }}"
login_host: "{{ lacre_webgate_db_host }}"
login_user: "{{ lacre_webgate_db_username }}"
login_password: "{{ lacre_webgategate_db_password }}"
target: "{{ lacre_webgategate_dir }}/schema.sql"
login_password: "{{ lacre_webgate_db_password }}"
target: "{{ lacre_webgate_dir }}/schema.sql"
when: lacre_webgate_installed.stdout != '1'
- name: '[Lacre-webgate] - Deploy config'