Support OpenSMTPd only on OpenBSD

This commit is contained in:
Timo Makinen 2020-08-26 22:53:11 +03:00
parent c8f65fc7bd
commit a1c96a5369
5 changed files with 9 additions and 40 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart opensmtpd
service:
name: "{{ opensmtpd_service }}"
name: smtpd
state: restarted