From 3396a98aad79a61d4ceb0ebf41c505e324ad8645 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 18 Mar 2018 22:39:02 +0200 Subject: [PATCH] roles/php-fpm: Update note --- roles/php-fpm/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/php-fpm/tasks/main.yml b/roles/php-fpm/tasks/main.yml index c5753f0..a7b35d6 100644 --- a/roles/php-fpm/tasks/main.yml +++ b/roles/php-fpm/tasks/main.yml @@ -1,6 +1,6 @@ --- # Note: Debian 9's php-fpm config is identical to Ubuntu 16.04's, so for now we -# can capitalize on that and use the same tasks. +# can capitalize on that and use the same tasks. Ubuntu 18.04 uses php-fpm 7.2. - name: Configure php-fpm on Ubuntu 16.04 and Debian 9 include_tasks: Ubuntu.yml