mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-02-08 18:00
This commit is contained in:
parent
ee214f52e2
commit
ae1985cbdd
@ -40,6 +40,15 @@
|
|||||||
when: glpi_install_mode != "none"
|
when: glpi_install_mode != "none"
|
||||||
tags: glpi
|
tags: glpi
|
||||||
|
|
||||||
|
- name: Remove automatic GLPI signature
|
||||||
|
lineinfile:
|
||||||
|
path: "{{ glpi_root_dir }}/web/inc/notificationtemplate.class.php"
|
||||||
|
regexp: '^(.*)Automatically generated by GLPI(.*)$'
|
||||||
|
line: '\1\2'
|
||||||
|
backrefs: True
|
||||||
|
loop: [1,2,3,4,5] # Ensure every occurrences are removed
|
||||||
|
tags: glpi
|
||||||
|
|
||||||
- name: Remove unwanted files and directories
|
- name: Remove unwanted files and directories
|
||||||
file: path={{ glpi_root_dir }}/web/{{ item }} state=absent
|
file: path={{ glpi_root_dir }}/web/{{ item }} state=absent
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Synapse version to deploy
|
# Synapse version to deploy
|
||||||
synapse_version: 1.51.0
|
synapse_version: 1.52.0
|
||||||
|
|
||||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||||
synapse_manage_upgrade: True
|
synapse_manage_upgrade: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user