This commit is contained in:
parent
830f219903
commit
3287e55911
@ -20,3 +20,5 @@
|
|||||||
- "config_default.yml"
|
- "config_default.yml"
|
||||||
paths:
|
paths:
|
||||||
- "tasks"
|
- "tasks"
|
||||||
|
|
||||||
|
- include_tasks: post_tasks.yml
|
||||||
|
9
tasks/post_tasks.yml
Normal file
9
tasks/post_tasks.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- name: Ensure postfix service is up and running
|
||||||
|
systemd:
|
||||||
|
name: "postfix"
|
||||||
|
state: started
|
||||||
|
daemon_reload: yes
|
||||||
|
enabled: yes
|
||||||
|
become: True
|
||||||
|
become_user: root
|
Loading…
Reference in New Issue
Block a user