File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
- name : BackUp GLPI Folder
21
21
ansible.builtin.copy :
22
22
remote_src : true
23
- src : " {{ glpi_install_path }}/glpi"
23
+ src : " {{ glpi_install_path }}/glpi/ "
24
24
dest : " {{ glpi_install_path }}/glpi-bck"
25
25
26
26
- name : Remove GLPI folder before update
45
45
- name : Copy files directory from backup to new version
46
46
ansible.builtin.copy :
47
47
remote_src : true
48
- src : " {{ glpi_install_path }}/glpi-bck/files"
48
+ src : " {{ glpi_install_path }}/glpi-bck/files/ "
49
49
dest : " {{ glpi_install_path }}/glpi/files"
50
50
51
51
- name : Copy config directory from backup to new version
52
52
ansible.builtin.copy :
53
53
remote_src : true
54
- src : " {{ glpi_install_path }}/glpi-bck/config"
54
+ src : " {{ glpi_install_path }}/glpi-bck/config/ "
55
55
dest : " {{ glpi_install_path }}/glpi/config"
56
56
57
57
when : glpi_update and glpiinstalled
You can’t perform that action at this time.
0 commit comments