Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
You are right! It work with Ubuntu. But, I need item two. I want to install virtual pc with Ubuntu and Debian. Where should I register the repository for debian (My Ubuntu 16.04)? понедельник, 30 октября 2017 г., 20:44:24 UTC+3 пользователь Kai Stian Olstad написал: > > On 30. okt. 2017 18:33,

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Kai Stian Olstad
On 30. okt. 2017 18:33, Artur001 wrote: > I do not understand how to fix the problem ... You got 3 choices: 1. Use the php that comes with Debian 2. If that's not an alternative, you need to find a repository for Debian that have the php you need. 3. Or change your Vagrant VM to run Ubuntu inste

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
I do not understand how to fix the 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

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Kai Stian Olstad
On 30. okt. 2017 18:06, Artur001 wrote: > I installed it, but it does not help. > > http://docs.ansible.com/ansible/latest/intro_installation.html > > $ sudo apt-get update > $ sudo apt-get install software-properties-common > $ sudo apt-add-repository ppa:ansible/ansible > $ sudo apt-get update

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
I installed it, but it does not help. http://docs.ansible.com/ansible/latest/intro_installation.html $ sudo apt-get update $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:ansible/ansible $ sudo apt-get update $ sudo apt-get install ansible -- You received thi

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Kai Stian Olstad
On 30. okt. 2017 14:51, Artur001 wrote: > Not working main.yum > > - name: add php ppa >apt_repository: repo='ppa:ondrej/php' state=present > > - name: update apt cache >apt: update_cache=yes > > vagrant up > > TASK [php : add php ppa] > *

[ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
Not working main.yum - name: add php ppa apt_repository: repo='ppa:ondrej/php' state=present - name: update apt cache apt: update_cache=yes vagrant up TASK [php : add php ppa] *** fatal: [joomla]: FAILED! => {"changed": false, "failed": t