[mod] rosle:postgresql-for-espe

This commit is contained in:
roydfalk 2024-06-08 10:52:14 +02:00
parent 757d20c15e
commit 28d994e033

View file

@ -76,6 +76,9 @@
"become_user": "postgres",
"community.postgresql.postgresql_query": {
"db": "{{var_postgresql_for_espe_schema}}",
"login_host": "localhost",
"login_user": "{{var_postgresql_for_espe_username}}",
"login_password": "{{var_postgresql_for_espe_password}}",
"query": "{{lookup('ansible.builtin.file','/tmp/espe.sql')}}"
}
}