Moved healthcheck to the end so that it is setup after email configuration

This commit is contained in:
2025-08-19 09:46:12 +02:00
parent d3cc187c3b
commit f46aabe884
3 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,4 @@
- include_role:
name: sys-ctl-hlth-msmtp
when: run_once_sys_ctl_hlth_msmtp is not defined
- name: install msmtp msmtp-mta
community.general.pacman:
name:
@@ -14,3 +11,7 @@
src: "msmtprc.conf.j2"
dest: "/root/.msmtprc"
mode: 600
- include_role:
name: sys-ctl-hlth-msmtp
when: run_once_sys_ctl_hlth_msmtp is not defined