Andy Bavier | 8d51c6c | 2015-04-01 11:40:22 -0400 | [diff] [blame] | 1 | # Cron job to git clone/pull a repo and then run locally |
Andy Bavier | bb3de88 | 2015-09-30 16:24:48 -0400 | [diff] [blame] | 2 | {{ schedule }} {{ cron_user }} ansible-pull -o -d {{ workdir }} -U {{ repo_url }} -C {{ repo_version }} >>{{ logfile }} 2>&1 |