This commit is contained in:
2026-05-23 21:12:18 +02:00
parent c6de199dc5
commit 395231216f
+6 -1
View File
@@ -235,4 +235,9 @@
- name: Restart sshd
ansible.builtin.service:
name: sshd
state: restarted
state: restarted
- name: Sync time
ansible.builtin.command:
cmd: chronyc -a makestep
changed_when: false