check forgotten VM more often
This commit is contained in:
parent
99937ccc9a
commit
8504ad36d5
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,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.daily/delete-forgotten-instances owner=root group=root mode=755
|
||||
action: copy src="{{ files }}/copr/delete-forgotten-instances.cron" dest=/etc/cron.hourly/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