Add handler call on package installation

This commit is contained in:
Gitouche 2021-05-15 18:40:19 +02:00
parent d00cd02db2
commit 325804daa5
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
- mailx
state: present
disable_gpg_check: yes
notify:
- restart msmtpd
when: ansible_os_family == "RedHat"
- name: Ensure group "msmtp" exists