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

4 lines
97 B
YAML
Raw Normal View History

2020-04-23 01:44:57 +00:00
---
- name: Start and enable postfix service
service: name=postfix state=restarted enabled=yes