summaryrefslogtreecommitdiff
path: root/roles/ansible-pull/templates/etc_cron.d_metamorphosis.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ansible-pull/templates/etc_cron.d_metamorphosis.j2')
-rw-r--r--roles/ansible-pull/templates/etc_cron.d_metamorphosis.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/ansible-pull/templates/etc_cron.d_metamorphosis.j2 b/roles/ansible-pull/templates/etc_cron.d_metamorphosis.j2
new file mode 100644
index 0000000..a4c9541
--- /dev/null
+++ b/roles/ansible-pull/templates/etc_cron.d_metamorphosis.j2
@@ -0,0 +1,2 @@
+# Cron job to git clone/pull a repo and then run locally
+*/15 * * * * root /usr/local/bin/pull >>/var/log/pull.log 2>&1 \ No newline at end of file