noticket - fix fulfillr exporter identification on tax

This commit is contained in:
Bastian de Byl
2023-10-05 10:19:47 -04:00
parent 8686b40525
commit 0e40b29329
3 changed files with 5 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
- import_tasks: container-fulfillr.yml
vars:
image: "{{ aws_ecr_endpoint }}/fulfillr:20230919.2233"
image: "{{ aws_ecr_endpoint }}/fulfillr:20231005.1415"
tags: fulfillr
- import_tasks: configuration-nginx.yml

View File

@@ -7,5 +7,9 @@
"secret_key": "{{ fulfillr_secret_key }}",
"region": "{{ fulfillr_region }}",
"bucket": "{{ fulfillr_bucket }}"
},
"tax": {
"ein": "{{ fulfillr_tax_ein }}",
"ioss": "{{ fulfillr_tax_ioss }}",
}
}

Binary file not shown.