ansible/roles/ftpsync/templates/ftpsync-cron.j2

5 lines
128 B
Django/Jinja

# {{ ansible_managed }}
{% for i in ftpsync %}
{{ i.cron_time }} * * * mirror ftpsync sync:archive:{{ i.name }}
{% endfor %}