Skip to content

Commit

Permalink
fix playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Aug 23, 2023
1 parent 3bf880e commit 0eedc09
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/openvpn_ansible.py --host https://es01:9200 --json_input_folder '{{ source }}' --api_key '{{ api_key }}' --api_key_id '{{ api_key_id }}' --json_archive_folder '{{ destination }}' -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 0eedc09

Please sign in to comment.