Browse Source

Add minor informations about PHP version going to be installed

Emmanuel Bouthenot 4 years ago
parent
commit
076807d23f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/webserver/tasks/php.yml

+ 2 - 2
roles/webserver/tasks/php.yml

@@ -15,7 +15,7 @@
     - 'web'
     - 'php'
 
-- name: 'Install common PHP dependencies (Debian >= 9)'
+- name: 'Install common PHP dependencies (Debian >= 9, PHP version {{ php_version }})'
   apt:
     pkg:
       - 'php{{ php_version }}-cli'
@@ -31,7 +31,7 @@
     - 'web'
     - 'php'
 
-- name: 'Install common PHP dependencies (Debian >= 9 and PHP < 7.2)'
+- name: 'Install common PHP dependencies (Debian >= 9, PHP < 7.2, PHP version {{ php_version }})'
   apt:
     pkg:
       - 'php{{ php_version }}-mcrypt'