Re: [ansible-project] Ansible (Problem install PHP)

2017-11-02 Thread Toshio Kuratomi
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" wrote: My main.yml Введи- name: add php ppa apt_reposit

Re: [ansible-project] Ansible (Problem install PHP)

2017-11-01 Thread Brian Coca
its apache not apcache On Nov 1, 2017 15:37, "Artur001" 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 }} sta

[ansible-project] Ansible (Problem install PHP)

2017-11-01 Thread Artur001
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 -