You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install Bahmni Mart based on THIS BAHMNI-MART deployment guide but failed due to an error represented below.
While running the command: ``ansible-playbook -i /etc/bahmni-mart-playbook/inventories/bahmni-mart /etc/bahmni-mart-playbook/all.yml --extra-vars '@/etc/bahmni-mart-playbook/setup.yml' --skip-tags "custom_ssl,lets_encrypt_ssl,authentication" -vv --limit @/etc/bahmni-mart-playbook/all.retry```
I have received this error:
task path: /etc/bahmni-mart-playbook/roles/metabase/tasks/main.yml:137
[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: (passive is not defined or passive !='yes') and ((current_metabase_container|length == 0) or
(current_metabase_container.stdout != "{{ metabase_docker_image }}") or (current_exited_metabase_container.stdout|length != 0))
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["docker-compose", "-f", "/opt/bahmni-mart/metabase-docker-compose.yml", "up", "-d"], "delta": "0:00:13.571769", "end": "2022-03-10 14:00:53.818706", "failed": true, "msg": "non-zero return code", "rc": 1, "start": "2022-03-10 14:00:40.246937", "stderr": "Pulling metabase (metabase/metabase:v0.34.0)...\nCreating metabase\nerror creating aufs mount to /var/lib/docker/aufs/mnt/0b1e20d69e841931b54fba978389acc131692b3211f276300cf04b0a277b0361-init: invalid argument", "stderr_lines": ["Pulling metabase (metabase/metabase:v0.34.0)...", "Creating metabase", "error creating aufs mount to /var/lib/docker/aufs/mnt/0b1e20d69e841931b54fba978389acc131692b3211f276300cf04b0a277b0361-init: invalid argument"], "stdout": "v0.34.0: Pulling from metabase/metabase\nDigest:
sha256:2e3e2c8a25f96c84de016cf6d5e95fdb1d2178bb4badf7e972dd72e70fec640b\nStatus: Downloaded newer image for metabase/metabase:v0.34.0", "stdout_lines": ["v0.34.0: Pulling from metabase/metabase", "Digest: sha256:2e3e2c8a25f96c84de016cf6d5e95fdb1d2178bb4badf7e972dd72e70fec640b", "Status: Downloaded newer image for metabase/metabase:v0.34.0"]}```
Would it be possible that we update the Metabase from 0.34.0 to the latest one (at this moment: 0.42.2)
The text was updated successfully, but these errors were encountered:
I was trying to install Bahmni Mart based on THIS BAHMNI-MART deployment guide but failed due to an error represented below.
While running the command: ``ansible-playbook -i /etc/bahmni-mart-playbook/inventories/bahmni-mart /etc/bahmni-mart-playbook/all.yml --extra-vars '@/etc/bahmni-mart-playbook/setup.yml' --skip-tags "custom_ssl,lets_encrypt_ssl,authentication" -vv --limit @/etc/bahmni-mart-playbook/all.retry```
I have received this error:
The text was updated successfully, but these errors were encountered: