Add handler call on package installation
This commit is contained in:
parent
d00cd02db2
commit
325804daa5
|
@ -32,6 +32,8 @@
|
||||||
- mailx
|
- mailx
|
||||||
state: present
|
state: present
|
||||||
disable_gpg_check: yes
|
disable_gpg_check: yes
|
||||||
|
notify:
|
||||||
|
- restart msmtpd
|
||||||
when: ansible_os_family == "RedHat"
|
when: ansible_os_family == "RedHat"
|
||||||
|
|
||||||
- name: Ensure group "msmtp" exists
|
- name: Ensure group "msmtp" exists
|
||||||
|
|
Loading…
Reference in a new issue