Artur001 [02.11.2017 16:02]:
> This package is present:
> 
> ~/Загрузки$ php -v
> PHP 7.1.11-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Oct 27 2017 13:49:56
> ) ( NTS )
> Copyright (c) 1997-2017 The PHP Group
> Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
>     with Zend OPcache v7.1.11-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 
> 1999-2017, by Zend Technologies
> 
> 

Following the error text you sent, you do not try to install
php7-opcache, but php7-apache.

- name: install php requirements for joomla
  apt: name=php{{ php.version }}-{{ item }} state=present
  with_items:
[...]
    - apcache
[...]

this should read opcache then.

-- 


-- 
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/ab587fd6-2409-2561-bfc3-0e7d77b8a0f5%40ufz.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to