Skip to content
Snippets Groups Projects
Commit b14de292 authored by jurgenhaas's avatar jurgenhaas
Browse files

Ensure python components

parent 984cbfcf
No related branches found
No related tags found
No related merge requests found
---
# file: roles/elasticsearch/tasks/purge.yml
- name: "Ensure Python Components"
pip:
name: '{{ item }}'
state: 'present'
with_items:
- 'python-dateutil'
- name: "Copy script"
copy:
src: 'purge.py'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment