lists: ensure correct pool is used for each list
This commit is contained in:
parent
339b02d815
commit
ba2894c697
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ class ListS3Automation(ListAutomation):
|
|||
key = "{{ list.filename }}"
|
||||
source = "{{ list.format }}.json"
|
||||
content_type = "application/json"
|
||||
etag = filemd5("{{ list.format }}.{{ list.encoding }}")
|
||||
etag = filemd5("{{ list.format }}.{{ list.pool.pool_name }}.{{ list.encoding }}")
|
||||
}
|
||||
{% endfor %}
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue