You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your package is asking for a package that does not exist or is renamed.
TASK [role-lamp : Install webstack and database] ******************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply
multiple items and specifying pkg: "{{ item }}", please use pkg: ['apache2', 'libapache2-mod-php5', 'mysql-client', 'mysql-server', 'php5', 'php5-cli', 'php5-common', 'php5-curl', 'php5-dev', 'php5-gd', 'php5-gmp', 'php5-mcrypt', 'php5-memcache', 'php5-mysql', 'php5-xsl', 'php-apc', 'php-pear', 'python-mysqldb'] and remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [127.0.0.1] (item=[u'apache2', u'libapache2-mod-php5', u'mysql-client', u'mysql-server', u'php5', u'php5-cli', u'php5-common', u'php5-curl', u'php5-dev', u'php5-gd', u'php5-gmp', u'php5-mcrypt', u'php5-memcache', u'php5-mysql', u'php5-xsl', u'php-apc', u'php-pear', u'python-mysqldb']) => {"changed": false, "item": ["apache2", "libapache2-mod-php5", "mysql-client", "mysql-server", "php5", "php5-cli", "php5-common", "php5-curl", "php5-dev", "php5-gd", "php5-gmp", "php5-mcrypt", "php5-memcache", "php5-mysql", "php5-xsl", "php-apc", "php-pear", "python-mysqldb"], "msg": "No package matching 'libapache2-mod-php5' is available"}
to retry, use: --limit @/tmp/php-ci/playbooks/bootstrap.retry
The text was updated successfully, but these errors were encountered:
Your package is asking for a package that does not exist or is renamed.
TASK [role-lamp : Install webstack and database] ******************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply
multiple items and specifying
pkg: "{{ item }}"
, please usepkg: ['apache2', 'libapache2-mod-php5', 'mysql-client', 'mysql-server', 'php5', 'php5-cli', 'php5-common', 'php5-curl', 'php5-dev', 'php5-gd', 'php5-gmp', 'php5-mcrypt', 'php5-memcache', 'php5-mysql', 'php5-xsl', 'php-apc', 'php-pear', 'python-mysqldb']
and remove the loop. This feature will be removed in version 2.11. Deprecationwarnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [127.0.0.1] (item=[u'apache2', u'libapache2-mod-php5', u'mysql-client', u'mysql-server', u'php5', u'php5-cli', u'php5-common', u'php5-curl', u'php5-dev', u'php5-gd', u'php5-gmp', u'php5-mcrypt', u'php5-memcache', u'php5-mysql', u'php5-xsl', u'php-apc', u'php-pear', u'python-mysqldb']) => {"changed": false, "item": ["apache2", "libapache2-mod-php5", "mysql-client", "mysql-server", "php5", "php5-cli", "php5-common", "php5-curl", "php5-dev", "php5-gd", "php5-gmp", "php5-mcrypt", "php5-memcache", "php5-mysql", "php5-xsl", "php-apc", "php-pear", "python-mysqldb"], "msg": "No package matching 'libapache2-mod-php5' is available"}
to retry, use: --limit @/tmp/php-ci/playbooks/bootstrap.retry
The text was updated successfully, but these errors were encountered: