My main.yml
Введи- name: add php ppa
  apt_repository: repo='ppa:ondrej/php' state=present

- name: update apt cache
  apt: update_cache=yes

- name: install php requirements for joomla
  apt: name=php{{ php.version }}-{{ item }} state=present
  with_items:
    - json
    - xml
    - mbstring
    - intl
    - apcache
    - mysql
    - pgsql те код...


Введите код.TASK [php : install php requirements for joomla] 
*******************************
failed: [joomla] (item=[u'php7.1-json', u'php7.1-xml', u'php7.1-mbstring', u
'php7.1-intl', u'php7.1-apcache', u'php7.1-mysql', u'php7.1-pgsql']) => {
"changed": false, "failed": true, "item": ["php7.1-json", "php7.1-xml", 
"php7.1-mbstring", "php7.1-intl", "php7.1-apcache", "php7.1-mysql", 
"php7.1-pgsql"], "msg": "No package matching 'php7.1-apcache' is available"}
    to retry, use: --limit @/home/artur/php-joomla-vm/provisioning/playbook.
retry
..

What is it problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/14e225d4-6ab8-4b4a-8666-cf6cfeac5d45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to