mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:35:29 +02:00
Update to 2022-02-23 15:00
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
get_url:
|
||||
url: "{{ fpbx_archive_url }}"
|
||||
dest: "{{ fpbx_root_dir }}/tmp/"
|
||||
checksum: "sha1:{{ fpbx_archive_sha1 }}"
|
||||
checksum: "sha256:{{ fpbx_archive_sha256 }}"
|
||||
when: fpbx_install_mode != 'none'
|
||||
tags: fpbx
|
||||
|
||||
@@ -363,10 +363,10 @@
|
||||
changed_when: False
|
||||
tags: fpbx
|
||||
|
||||
- name: Set global language # TODO : this is an ugly hack
|
||||
command: mysql --host={{ fpbx_db_server}} --user={{ fpbx_db_user }} --password={{ fpbx_db_pass | quote }} {{ fpbx_db_name }} -e "UPDATE `soundlang_settings` SET `value`='fr' WHERE `keyword`='language'"
|
||||
changed_when: False
|
||||
tags: fpbx
|
||||
#- name: Set global language # TODO : this is an ugly hack
|
||||
# command: mysql --host={{ fpbx_db_server}} --user={{ fpbx_db_user }} --password={{ fpbx_db_pass | quote }} {{ fpbx_db_name }} -e "UPDATE `soundlang_settings` SET `value`='fr' WHERE `keyword`='language'"
|
||||
# changed_when: False
|
||||
# tags: fpbx
|
||||
|
||||
- import_tasks: ../includes/webapps_webconf.yml
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user