noticket - fix fulfillr exporter identification on tax
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
- import_tasks: container-fulfillr.yml
|
- import_tasks: container-fulfillr.yml
|
||||||
vars:
|
vars:
|
||||||
image: "{{ aws_ecr_endpoint }}/fulfillr:20230919.2233"
|
image: "{{ aws_ecr_endpoint }}/fulfillr:20231005.1415"
|
||||||
tags: fulfillr
|
tags: fulfillr
|
||||||
|
|
||||||
- import_tasks: configuration-nginx.yml
|
- import_tasks: configuration-nginx.yml
|
||||||
|
|||||||
@@ -7,5 +7,9 @@
|
|||||||
"secret_key": "{{ fulfillr_secret_key }}",
|
"secret_key": "{{ fulfillr_secret_key }}",
|
||||||
"region": "{{ fulfillr_region }}",
|
"region": "{{ fulfillr_region }}",
|
||||||
"bucket": "{{ fulfillr_bucket }}"
|
"bucket": "{{ fulfillr_bucket }}"
|
||||||
|
},
|
||||||
|
"tax": {
|
||||||
|
"ein": "{{ fulfillr_tax_ein }}",
|
||||||
|
"ioss": "{{ fulfillr_tax_ioss }}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Binary file not shown.
Reference in New Issue
Block a user