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

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

2019-05-03 Thread Jonathan Lozada De La Matta
can you run it with -vvv ? On Fri, May 3, 2019 at 3:53 PM wrote: > 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 >

[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.