hjbkj
This commit is contained in:
parent
e36ff688e5
commit
dbf923d0d0
2 changed files with 0 additions and 10 deletions
|
@ -14,12 +14,4 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
masked: false
|
masked: false
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
- name: "restart ssmtp"
|
|
||||||
become: true
|
|
||||||
ansible.builtin.systemd:
|
|
||||||
name: ssmtp
|
|
||||||
enabled: true
|
|
||||||
masked: false
|
|
||||||
state: restarted
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -3,6 +3,4 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: ssmtp.conf
|
src: ssmtp.conf
|
||||||
dest: /etc/ssmtp/ssmtp.conf
|
dest: /etc/ssmtp/ssmtp.conf
|
||||||
notify: "restart ssmtp"
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue