Merge "Clean up cron tab entry from ansible once removed from host"
This commit is contained in:
commit
b412c96f9e
@ -300,15 +300,6 @@
|
||||
minute: 17
|
||||
hour: 4
|
||||
|
||||
- name: Set up cron job to optmize local mirror git repos
|
||||
cron:
|
||||
name: optmize-local-git-repos
|
||||
state: absent
|
||||
user: gerrit2
|
||||
job: 'find /opt/lib/git/ -type d -name "*.git" -print -exec git --git-dir="{}" gc \;'
|
||||
minute: 17
|
||||
hour: 4
|
||||
|
||||
- name: Set up cron job to track upstream
|
||||
cron:
|
||||
name: track-upstream
|
||||
|
Loading…
x
Reference in New Issue
Block a user