mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
2 lines
157 B
Django/Jinja
2 lines
157 B
Django/Jinja
# Cron job to git clone/pull a repo and then run locally
|
|
{{ schedule }} {{ cron_user }} ansible-pull -d {{ workdir }} -U {{ repo_url }} >>{{ logfile }} 2>&1
|