File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 40
40
validate_certs : false
41
41
when : not glpiinstalled.stat.exists or glpi_update
42
42
43
- - name : Automatic installation
44
- command : " php bin/console -n db:install -H {{ glpi_db_host }} -P {{ glpi_db_port }} -d {{ glpi_db_name }} -u {{ glpi_db_user }} -p {{ glpi_db_password }}"
45
- args :
46
- chdir : " {{ glpi_install_path }}/glpi"
47
- when : ( not glpiinstalled.stat.exists or glpi_update ) and glpi_auto_install
48
- notify :
49
- - Remove install.php
50
- - Add htaccess
51
-
52
43
- block :
53
44
54
45
- name : Copy files directory from backup to new version
65
56
66
57
when : glpi_update and glpiinstalled
67
58
59
+ - name : Automatic installation
60
+ command : " php bin/console -n db:install -H {{ glpi_db_host }} -P {{ glpi_db_port }} -d {{ glpi_db_name }} -u {{ glpi_db_user }} -p {{ glpi_db_password }}"
61
+ args :
62
+ chdir : " {{ glpi_install_path }}/glpi"
63
+ when : ( not glpiinstalled.stat.exists or glpi_update ) and glpi_auto_install
64
+ notify :
65
+ - Remove install.php
66
+ - Add htaccess
67
+
68
68
- name : Set permisions to files directory
69
69
file :
70
70
path : " {{ glpi_install_path }}/glpi/files"
You can’t perform that action at this time.
0 commit comments