mg
dbaab6ea73
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#328 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
10 lines
161 B
YAML
10 lines
161 B
YAML
---
|
|
- name: force update
|
|
become: yes
|
|
command: update-motd
|
|
|
|
- name: restart_sshd
|
|
become: yes
|
|
systemd:
|
|
name: sshd
|
|
state: restarted
|