[ansible-project] Re: Syntax Error with postgresql_query module

2019-05-04 Thread magnani95
*SOLUTION FOUND*Sorry I'm very stupid and I shouldn't work at night. The problem is that postgresql_query is new in version 2.8 in development, and I have 2.7.10 Thank you for your time Il giorno venerdì 3 maggio 2019 21:52:58 UTC+2, magn...@gmail.com ha scritto: > > Hi, I have to create and po

Re: [ansible-project] Syntax Error with postgresql_query module

2019-05-04 Thread magnani95
The output is: ansible-playbook 2.7.10 > config file = /etc/ansible/ansible.cfg > configured module search path = > ['/home/andrea/.ansible/plugins/modules', > '/usr/share/ansible/plugins/modules'] > ansible python module location = /usr/lib/python3.7/site-packages/ansible > executable l

[ansible-project] Syntax Error with postgresql_query module

2019-05-03 Thread magnani95
Hi, I have to create and populate a DB with Ansible. I successfully create the db, but when I add the postgresql_query I got syntax error. I also tried to add the code from documentation (here ) but it get the same. T