fixed typo
This commit is contained in:
parent
ffb55f31f1
commit
7e223dd05a
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue