We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have got following error when i tried to run ansible playbook
TASK [itcraftsmanpl.php7 : Install PHP Packages] *************************************************************************************************************** failed: [10.240.0.22] (item=[u'php7.1-common', u'php7.1-cli', u'php7.1-intl', u'php7.1-curl', u'php7.1-cgi', u'php7.1-fpm', u'php7.1-mysql', u'php7.1-gd', u'php7.1-mcrypt', u'php7.1-mbstring']) => {"failed": true, "item": ["php7.1-common", "php7.1-cli", "php7.1-intl", "php7.1-curl", "php7.1-cgi", "php7.1-fpm", "php7.1-mysql", "php7.1-gd", "php7.1-mcrypt", "php7.1-mbstring"], "msg": "No package matching 'php7.1-common' is available"} to retry, use: --limit @/Users/por/HotelQuickly/vm-nginx-php7-ihubxml/ihubxml-nginx-php7.retry
I will investigate and propose solution soon.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
I have got following error when i tried to run ansible playbook
I will investigate and propose solution soon.
The text was updated successfully, but these errors were encountered: