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 2610bae commit f254009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tasks:
- name: Install specified python requirements
ansible.builtin.pip:
requirements: {{playbook_dir}}/scripts_elastic_search/requirements.txt
requirements: '{{playbook_dir}}/scripts_elastic_search/requirements.txt'
extra_args: --user
- name: Creates archive directory
file:
Expand Down

0 comments on commit f254009

Please sign in to comment.