Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit fc45e93

Browse files
committed
Update php-versions role to latest version.
1 parent e1d4ee2 commit fc45e93

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

provisioning/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
- src: geerlingguy.php-tideways
5757
version: 1.1.0
5858
- src: geerlingguy.php-versions
59-
version: 1.0.0
59+
version: 1.0.1
6060
- src: geerlingguy.php-xdebug
6161
version: 2.3.1
6262
- src: geerlingguy.php-xhprof

provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
- name: Set the correct opcache filename (Ubuntu).
2+
- name: Set the correct opcache filename (Ubuntu/Debian).
33
set_fact:
44
php_opcache_conf_filename: "10-opcache.ini"
5-
when: ansible_distribution == "Ubuntu"
65

76
- name: Add repository for PHP versions (Ubuntu).
87
apt_repository: repo='ppa:ondrej/php'

0 commit comments

Comments
 (0)