diff --git a/CHANGELOG b/CHANGELOG index 4074dff..efcf1d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -73,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * nagios-nrpe: check_ipsecctl.sh is never used standalone for check_vpn, always called by check_ipsecctl_critiques.sh * evobackup: zzz_evobackup upstream release 22.12, and call zzz_evobackup with bash * base: install bash, now needed for zzz_evobackup script -* post-install: execute motd-carp-state.sh only once an hour +* post-install: execute motd-carp-state.sh every 10 minuts * collectd: modified collectd scripts directory and scripts files right so that only _collectd group can execute them * base: install ncdu and htop often used as diagnostic tools * base: dump-server-state.sh upstream release 23.06 diff --git a/roles/post-install/tasks/motd.yml b/roles/post-install/tasks/motd.yml index 3c878e1..eaec585 100644 --- a/roles/post-install/tasks/motd.yml +++ b/roles/post-install/tasks/motd.yml @@ -27,7 +27,7 @@ ansible.builtin.cron: name: dynamic motd for CARP job: "/bin/sh /usr/share/scripts/motd-carp-state.sh" - minute: "0" + minute: "*/10" disabled: true when: - not (root_crontab_content.stdout