Re: [ansible-project] cant install dependencies for mysql and flask

2019-04-17 Thread Dick Visser
You don't make it particularly easy for to help you by not providing a playbook, or details about the host you're trying to manage. But, there are a few bits of information buried in that error you posted. Most importantly the string 'amzn' in one of the the package names suggests that you're using

Re: [ansible-project] cant install dependencies for mysql and flask

2019-04-17 Thread AQ
still doesn't work: [test@ip-172-31-1-143 ~]$ ansible webservers -m yum -a 'name=python2-dev state=present' -u test --become --ask-become-pass SUDO password: 172.31.13.61 | FAILED! => { "changed": false, "failed": true, "msg": "No package matching 'python2-dev' found available, instal

Re: [ansible-project] cant install dependencies for mysql and flask

2019-04-16 Thread Sascha Andres
Hi, depending on your distribution the packages might have a different name. Have you tried installing python-dev manually. It might be named python2-dev. Kind regards, Sascha On Tue, Apr 16, 2019 at 11:13 PM AQ wrote: > [test@ip-172-31-1-143 ~]$ ansible-playbook > /home/test/AQ-Project2/playb