diff --git a/tasks/http_apache.yml b/tasks/http_apache.yml index b9875db5..f697c945 100644 --- a/tasks/http_apache.yml +++ b/tasks/http_apache.yml @@ -11,7 +11,6 @@ - "php{{ php_ver }}-json" - "php{{ php_ver }}-curl" - "php{{ php_ver }}-intl" - - "php{{ php_ver }}-mcrypt" notify: start apache - name: "[APACHE] - Some other packages are installed." diff --git a/tasks/http_nginx.yml b/tasks/http_nginx.yml index e5c07c78..e30beeb0 100644 --- a/tasks/http_nginx.yml +++ b/tasks/http_nginx.yml @@ -11,7 +11,6 @@ - "php{{ php_ver }}-json" - "php{{ php_ver }}-curl" - "php{{ php_ver }}-intl" - - "php{{ php_ver }}-mcrypt" notify: [ "start nginx", "start php-fpm" ] - name: "[NGINX] - Some other packages are installed."