[fix] role:postgresql-for-espe

This commit is contained in:
roydfalk 2024-06-07 12:21:37 +02:00
parent b62031ccee
commit 6b532a90b1

View file

@ -58,7 +58,7 @@
{ {
"name": "structure | build", "name": "structure | build",
"delegate_to": "localhost", "delegate_to": "localhost",
"ansible.builtin.command": { "ansible.builtin.shell": {
"chdir": "/tmp/espe-datamodel-repo", "chdir": "/tmp/espe-datamodel-repo",
"cmd": "tools/build --revision='{{var_postgresql_for_espe_revision}}' --format='postgresql' > /tmp/espe.sql" "cmd": "tools/build --revision='{{var_postgresql_for_espe_revision}}' --format='postgresql' > /tmp/espe.sql"
} }