Initial version of postfix role

This commit is contained in:
Timo Makinen 2020-08-26 22:47:04 +03:00
parent f490804106
commit c8f65fc7bd
2 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart postfix
service:
name: postfix
state: restarted