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 committed Jan 29, 2024
1 parent 97a1f98 commit efb1fb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
delegate_to: localhost
- name: Launch python script from playbook
ansible.builtin.script:
cmd: scripts_elasticsearch/feed_rpi_data.py --host https://es01:9200 --json_input_folder '{{ source }}' --api_key '{{ api_key }}' --api_key_id '{{ api_key_id }}' --json_archive_folder '{{ destination }}/$(echo $(date +"%Y-%W"))/' -v
cmd: scripts_elasticsearch/feed_rpi_data.py --host https://es01:9200 --json_input_folder '{{ source }}' --api_key '{{ api_key }}' --api_key_id '{{ api_key_id }}' --json_archive_folder '{{ destination }}' -v
args:
executable: python3
register: result
Expand Down

0 comments on commit efb1fb6

Please sign in to comment.