Erik Berg
Erik Berg
I think we'll change the mapping to `architecture2`, as that's probably common and stable between languages. I'll see if I can get a Japanese ISO to confirm.
Could you post the output from ```yaml - debug: var: ansible_facts['architecture2'] ```
Super, thanks 👍
If I understand this correctly, there's no point in fixing it just here, because all the other tasks building the db are all assuming it's gonna be to the public...
The pgsql tasks are failing idempotency because we're still checking for timescale in the public schema here; https://github.com/ansible-collections/community.zabbix/blob/main/roles/zabbix_server/tasks/initialize-pgsql.yml#L95-L139