Commit Graph

39 Commits

Author SHA1 Message Date
Jeff Geerling
c55cd1e975 Issue #41: Missed registering the variable needed for this fix. 2019-08-29 14:34:30 -05:00
Jeff Geerling
4b7a55da2e Fixes #41: Purge php-common package if other packages were just purged on Debian. 2019-08-29 14:28:54 -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
Jeff Geerling
0adb31ece7
Merge pull request #37 from m-demoraes/master
Fix apt module loop to avoid deprecation notices
2019-04-18 10:23:41 -07:00
m.moraes
819bf74b1e 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:07:40 +00: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
m.moraes
2ab1776af9 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-09 03:14:58 +00:00
Jeff Geerling
bf000f5535 Ansible Lint fixes. 2019-03-24 10:07:07 -05:00
Jeff Geerling
705852b851 Fix some ansible-lint issues. 2019-03-23 19:19:36 -05:00
Jeff Geerling
7f16abdc29 Fix default php_version in docs. 2018-12-06 15:49:15 -06:00
Jeff Geerling
68d1f7a102 Merge branch 'php-73' 2018-12-06 15:44:44 -06: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
0dae6744e8 Issue #27: Add support for PHP 7.3. 2018-12-06 15:23:39 -06:00
Jeff Geerling
64c5b52d70 Update tests for optimum efficiency. 2018-10-23 10:20:41 -05:00
Jeff Geerling
4cdf7a8a3f
Merge pull request #26 from JaredRietdyk/master
Added php 7.3 to list of version to purge
2018-10-15 15:34:09 -05:00
Jared Rietdyk
d0780543b4 Added php 7.3 to list of version to purge 2018-10-15 15:37:09 -04:00
Jeff Geerling
71ef2fa090 Fix Molecule CI issues. 2018-09-30 13:47:58 -05:00
Jeff Geerling
7c0b3771d9 Switch tests to use Molecule. 2018-09-30 12:45:02 -05:00
Jeff Geerling
dd4fbe9a46 PR #21 follow-up: Spaces. 2018-05-28 21:35:40 -05:00
Jeff Geerling
c6fb7b41c9
Merge pull request #21 from rockandska/fix_relative_path
Fix #20 : role_path instead of relative path
2018-05-28 21:35:07 -05:00
RockAndSka
7b3192a5b2 Fix #20 : role_path instead of relative path 2018-05-28 16:00:04 +02:00
Jeff Geerling
369b8b8eb1 Fixes #18: Don't install php compat package on Ubuntu 18.04 Bionic. 2018-05-10 16:11:47 -05:00
Jeff Geerling
21ed97ad51 Fixes #14: PHP version 5.6 installs PHP 7.2 on Ubuntu. 2018-05-09 20:52:06 -05:00
Jeff Geerling
7dbc4d6bcf Fixes #17: Fix deprecation warnings for 'include' in Ansible 2.4+. 2018-04-27 11:31:38 -05:00
Jeff Geerling
afc9e00744 Merge pull request #10 from oxyc/issue-9
Add support for PHP 7.2
2017-09-18 20:05:53 -05:00
Jeff Geerling
b2de0f333d Merge pull request #8 from oxyc/beetbox
Simplify purge task fixing odd apt resolve solutions
2017-09-18 20:04:22 -05:00
Oskar Schöldström
87a6cacc41
Fix travis version test by checking the literal . 2017-09-18 15:49:29 -05:00
Oskar Schöldström
090412238b
Add remi repo for php 7.2 2017-09-18 15:37:58 -05:00
Oskar Schöldström
8321c65083
add tests for php 7.2 2017-09-18 15:27:27 -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
b0e9fc60d2
simplify purge task fixing odd apt resolve solutions 2017-09-18 14:13:15 -05:00
Jeff Geerling
4101d2090b Merge pull request #7 from mikkoc/master
Fix README example
2017-07-19 18:27:37 -05:00
Mikko Caldara
f0933356e6 Fix README example
php_version needs to be a String otherwise Ansible will skip the repo enabling for such version.
2017-07-18 16:12:01 +01:00
Jeff Geerling
5ddc99a8c1 Merge pull request #4 from oxyc/issue-3
Issue #3: Do not override php variables set by playbook
2017-05-31 15:27:25 -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
9282f45fde Fixes #2: Set the correct opcache priority on Debian and Ubuntu. 2017-05-23 21:58:57 -04:00
Jeff Geerling
51ed3c4e4f Fixes #1: Make sure PHP version is actually tested. 2017-05-19 12:50:23 -05:00
Jeff Geerling
a551495486 Issue #1: Fix test errors; role should not be strictly dependent on geerlingguy.php. 2017-05-19 12:44:54 -05:00
Jeff Geerling
d3100441de Initial commit, direct port from Drupal VM. 2017-05-19 12:36:36 -05:00