Robert Kaussow
aa8b9f584a
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
178 B
YAML
10 lines
178 B
YAML
---
|
|
- name: Ensure postfix service is up and running
|
|
service:
|
|
name: "postfix"
|
|
state: started
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
become: True
|
|
become_user: root
|