Open chaintng opened 7 years ago
on Debian Jessie, Dotdeb is no longer maintain for php 7.1 (https://www.dotdeb.org/2017/01/27/php-7-1-dotdeb/)
The task "Add repository for Debian" must be changed
I found this procedure which seems to work.
apt-get install apt-transport-https lsb-release ca-certificates
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list
apt-get update
apt-get install php7.1
I have to investigate more about the need of all those packages
I have got following error when i tried to run ansible playbook
I will investigate and propose solution soon.