check for forgotten instnces only once per day
This commit is contained in:
parent
7dcbcdd2d7
commit
d6d6148e84
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
|||
action: copy src="{{ files }}/copr/delete-forgotten-instances.pl" dest=/home/copr/delete-forgotten-instances.pl mode=755
|
||||
|
||||
- name: copy delete-forgotten-instances.cron
|
||||
action: copy src="{{ files }}/copr/delete-forgotten-instances.cron" dest=/etc/cron.hourly/delete-forgotten-instances owner=root group=root mode=755
|
||||
action: copy src="{{ files }}/copr/delete-forgotten-instances.cron" dest=/etc/cron.daily/delete-forgotten-instances owner=root group=root mode=755
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue