klips/ansible/roles/postfix/tasks/service.yml

4 lines
97 B
YAML

---
- name: Start and enable postfix service
service: name=postfix state=restarted enabled=yes