6 lines
115 B
YAML
6 lines
115 B
YAML
- name: restart smtpd
|
|
service:
|
|
name: smtpd
|
|
state: restarted
|
|
when: "'handler' not in ansible_skip_tags"
|