From 6526e88b9c440a84666bfb0658c027a93cf09645 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 22 Aug 2017 18:18:23 +0200 Subject: [PATCH] install phpmailer by default (now in HowtoPHP) + fix name of package for ssh module in jessie --- php/tasks/php_jessie.yml | 3 ++- php/tasks/php_stretch.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/php/tasks/php_jessie.yml b/php/tasks/php_jessie.yml index 53b4e4ca..46c7c973 100644 --- a/php/tasks/php_jessie.yml +++ b/php/tasks/php_jessie.yml @@ -15,7 +15,8 @@ - php5-pgsql - php-gettext - php5-curl - - libssh2-php + - php5-ssh2 + - libphp-phpmailer - name: "Set php.ini config for CLI (jessie)" set_fact: diff --git a/php/tasks/php_stretch.yml b/php/tasks/php_stretch.yml index 64b54a45..00ed327a 100644 --- a/php/tasks/php_stretch.yml +++ b/php/tasks/php_stretch.yml @@ -17,6 +17,7 @@ - php-curl - php-ssh2 - composer + - libphp-phpmailer - name: "Set php.ini config for CLI (Debian 9 or later)" set_fact: