Update to 2020-05-13 18:00

master
Daniel Berteaud 4 years ago
parent 5da6538709
commit d912372b44
  1. 2
      roles/glpi/defaults/main.yml
  2. 2
      roles/wordpress/tasks/install.yml

@ -9,7 +9,7 @@ glpi_root_dir: /opt/glpi_{{ glpi_id }}
glpi_php_user: php-glpi_{{ glpi_id }}
# If set, will use the following custom PHP FPM pool, which must be created
# glpi_php_fpm_pool: php70
glpi_php_version: 73
glpi_php_version: 74
glpi_mysql_server: "{{ mysql_server | default('localhost') }}"
glpi_mysql_db: glpi_{{ glpi_id }}
glpi_mysql_user: glpi_{{ glpi_id }}

@ -44,7 +44,7 @@
chdir: "{{ wp_root_dir }}/web"
- name: Upgrade locales, plugins and themes
command: |
shell: |
php{{ wp_php_version }} /usr/bin/wp core language update
php{{ wp_php_version }} /usr/bin/wp plugin update --all
php{{ wp_php_version }} /usr/bin/wp theme update --all

Loading…
Cancel
Save