webgate check if db tables exist
This commit is contained in:
parent
99fed77ba7
commit
4a2b9c13a8
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
- name: '[Webgate] - Chec if db has tables'
|
||||
shell:
|
||||
cmd: "mysql -h {{ rcube_db_hostname }} -u {{ lacre_db_username }} -p{{ lacre_db_password }} {{ lacre_db_name }} -se 'select * from gpgmw_keys;'"
|
||||
register: webgate_installed
|
||||
ignore_errors: true
|
||||
register: webgate_installed
|
||||
ignore_errors: true
|
||||
|
||||
- name: '[Webgate] - Import sql schema'
|
||||
mysql_db:
|
||||
|
|
Loading…
Reference in a new issue