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

4 lines
90 B
YAML

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