We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f92e88 commit c87b9f3Copy full SHA for c87b9f3
defaults/main.yml
@@ -1,9 +1,11 @@
1
# -*- yaml -*-
2
3
+php7_module_debs: []
4
+
5
php7_fix_pathinfo: 1
6
php7_max_execution_time: 30
7
php7_mbstring_http_input: "auto"
8
php7_memory_limit: 128M
9
php7_post_max_size: 40M
10
php7_upload_max_filesize: 20M
-php7_version: 7.0
11
+php7_version: 7.0
tasks/php7-fpm.yml
@@ -4,7 +4,8 @@
update_cache: yes
- name: Show selected php7_version
- debug: msg="Deploying php7 version {{ php7_version }}"
+ debug:
+ msg: "Deploying php7 version {{ php7_version }}"
- name: Installs php7-fpm
apt:
@@ -22,6 +23,7 @@
22
23
- php{{ php7_version }}-curl
24
- php-pear
25
- php{{ php7_version }}-mysql
26
+ - "[{{ php7_module_debs }}]"
27
28
- name: Adds php.ini
29
template:
0 commit comments