[fix] role:postgresql-for-espe

This commit is contained in:
roydfalk 2024-06-07 12:42:50 +02:00
parent 6b532a90b1
commit ec06a61e5a

View file

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