ansible/examples/playbooks/templates/etc_cron.d_ansible-pull.j2

3 lines
157 B
Text
Raw Normal View History

# Cron job to git clone/pull a repo and then run locally
2012-09-14 20:01:44 +02:00
{{ schedule }} {{ cron_user }} ansible-pull -d {{ workdir }} -U {{ repo_url }} >>{{ logfile }} 2>&1