There's no package named php7.1-apcache in that ppa.  correct the spelling.

Packages in that ppa which start with php7.1 are here
http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php7.1/

-Toshio

On Nov 1, 2017 12:37 PM, "Artur001" <jaguardemo...@gmail.com> wrote:

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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/ansible-project/14e225d4-6ab8-4b4a-8666-cf6cfeac5d45%40googlegroups.
com
<https://groups.google.com/d/msgid/ansible-project/14e225d4-6ab8-4b4a-8666-cf6cfeac5d45%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAPrnkaQ3A6PKZrFzH3Majac34psiJbF0Ty23gdBEtN0mtXimjw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to