Module postgresql_row

Hi,

looking at our /library-Folder there is another module I’d like to mention here: To configure applications that are configured via database tables I’ve written a module “postgresql_row” that (as the name hopefully implies) adds/sets/removes/queries rows in PostgreSQL relations.

It’s of course neither capable of nor intended to do blazingly fast bulk updates, but it might be something of a PostgreSQL-analog to lineinfile, setting specific values in an otherwise mostly fixed context.

If there’s interest, I can put it up on Ansible Galaxy or make a pull request.

regards,

Bernhard

Galaxy would be good for this, thank you!