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.
The error is:
The offending line appears to be:
- name: Run queries from SQL script
^ here
I put here the playbook, I really have any idea what it could be. Is it a bug?