Commit Graph

12 Commits

Author SHA1 Message Date
Jeff Geerling 7ea6036859 Deprecate PHP 7.2 support and add warnings about using it. 2021-03-18 16:33:55 -05:00
Brian Wells 0974f94c37 Update Debian.yml 2021-03-18 12:17:39 -05:00
Oskar Schöldström 8567f16e49
Fix php 7.4 not purged on debian 2020-09-08 12:47:04 -03:00
Jeff Geerling 4eddc4bf54 Fixes #28: Remove support for ancient unsupported PHP versions 5.6, 7.0, and 7.1. 2019-12-02 13:08:55 -06:00
Jeff Geerling 471d6d08cc Fix potential bug with php_fpm_conf_path being undefined. 2019-11-01 12:09:30 -05:00
Jeff Geerling 5667df2bdc PR #37 follow-up: Touch up the variable name and purge task. 2019-04-18 12:24:49 -05:00
m.moraes 042b9f01c8 Fix apt module loop to avoid deprecation notices
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common',
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove
the loop. This feature will be removed in version 2.11. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
2019-04-10 21:04:38 +00:00
Jeff Geerling 84a560d447 Fixes #27: Default to PHP 7.2, fully support PHP 7.3. 2018-12-06 15:29:10 -06:00
Jeff Geerling 7c0b3771d9 Switch tests to use Molecule. 2018-09-30 12:45:02 -05:00
Oskar Schöldström d85fe20e13
Issue #9: Add support for php7.2 2017-09-18 15:19:43 -05:00
Oskar Schöldström da2fa25901 Issue #3: Do not override php variables set by playbook 2017-05-31 12:19:47 -05:00
Jeff Geerling d3100441de Initial commit, direct port from Drupal VM. 2017-05-19 12:36:36 -05:00