Skip to content

Commit

Permalink
Update parse_to_elasticsearch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f authored Jan 29, 2024
1 parent 912ed13 commit 8c51ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
connection: local
vars:
source: '/home/semaphore/data/to_process/'
destination: '/home/semaphore/data/archive/'
destination: '/home/semaphore/data/archive/{% set year = ansible_date_time.year %}{{ year }}_{{ ansible_date_time.iso8601 | slice('W') | int }}/'
api_key: "{{ lookup('ansible.builtin.env', 'ELASTIC_SEARCH_API_KEY') }}"
api_key_id: "{{ lookup('ansible.builtin.env', 'ELASTIC_SEARCH_API_KEY_ID') }}"
tasks:
Expand Down

0 comments on commit 8c51ac9

Please sign in to comment.