mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
271 B
7 lines
271 B
{% from 'common.jinja2' import app_dir, bin_dir %}
|
|
|
|
data-cleanup-cronjob:
|
|
cron.present:
|
|
- name: {{ bin_dir }}/python -c "from scripts.clean_private_data import clean_all_data; clean_all_data('{{ app_dir }}/{{ pillar['ini_file'] }}')"
|
|
- hour: 4
|
|
- minute: 10
|