mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:45:42 +02:00
Update to 2022-02-08 18:00
This commit is contained in:
@@ -40,6 +40,15 @@
|
||||
when: glpi_install_mode != "none"
|
||||
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
|
||||
file: path={{ glpi_root_dir }}/web/{{ item }} state=absent
|
||||
with_items:
|
||||
|
Reference in New Issue
Block a user