mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
39e791a1d3
TODO: logrotate script and append to log instead.
2 lines
168 B
Django/Jinja
2 lines
168 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 }} >/var/log/ansible-pull.log 2>&1
|