evoacme: disable old certbot cron also in cron.daily

This commit is contained in:
Jérémy Lecour 2018-06-21 17:19:46 +02:00 committed by Jérémy Lecour
parent 9f34db8f9a
commit 77b5f84567
2 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release.
### Added ### Added
* elasticsearch: tmpdir configuration compatible with 5.x also * elasticsearch: tmpdir configuration compatible with 5.x also
* elasticsearch: add http.publish_host variable * elasticsearch: add http.publish_host variable
* evoacme: disable old certbot cron also in cron.daily
* kibana: log messages go to /var/log/kibana/kibana.log * kibana: log messages go to /var/log/kibana/kibana.log
* mysql: add an option to install the client development libraries (default: `False`) * mysql: add an option to install the client development libraries (default: `False`)
* java: support for Oracle JRE * java: support for Oracle JRE

View file

@ -34,6 +34,12 @@
removes: /etc/cron.d/certbot removes: /etc/cron.d/certbot
creates: /etc/cron.d/certbot.disabled creates: /etc/cron.d/certbot.disabled
- name: Disable /etc/cron.daily/certbot
command: mv /etc/cron.daily/certbot /etc/cron.daily/certbot.disabled
args:
removes: /etc/cron.daily/certbot
creates: /etc/cron.daily/certbot.disabled
- name: Install evoacme custom cron - name: Install evoacme custom cron
copy: copy:
src: evoacme.cron src: evoacme.cron