add openbsd support to opensmtpd role

This commit is contained in:
Timo Makinen 2019-05-22 22:58:25 +03:00
parent 745b4a5a77
commit e022e3f991
5 changed files with 45 additions and 16 deletions

View file

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