modif opac et pro url in systempreferences
This commit is contained in:
@@ -133,6 +133,21 @@
|
||||
- "{{ koha_install_dir }}/var/log"
|
||||
- "{{ koha_install_dir }}/var/run"
|
||||
|
||||
- name: set systempreference url
|
||||
tags: wip
|
||||
community.mysql.mysql_query:
|
||||
login_db: "{{ koha_mariadb_db }}"
|
||||
login_password: "{{ koha_mariadb_password }}"
|
||||
login_user: "{{ koha_mariadb_user }}"
|
||||
login_host: "{{ koha_mariadb_server }}"
|
||||
query: UPDATE systempreferences set value = %(value)s WHERE variable=%(variable)s
|
||||
named_args:
|
||||
value: "{{ item.value }}"
|
||||
variable: "{{ item.variable }}"
|
||||
loop:
|
||||
- { variable: "OPACBaseURL", value: "https://{{ koha_opac_hostname }}" }
|
||||
- { variable: "staffClientBaseURL", value: "https://{{ koha_intranet_hostname }}" }
|
||||
|
||||
# cronjob
|
||||
# # zebra
|
||||
# traduction
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
state: present
|
||||
name:
|
||||
- git
|
||||
- python3-pymysql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user