mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -235,4 +235,9 @@
|
|||||||
- name: Restart sshd
|
- name: Restart sshd
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: sshd
|
name: sshd
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
- name: Sync time
|
||||||
|
ansible.builtin.command:
|
||||||
|
cmd: chronyc -a makestep
|
||||||
|
changed_when: false
|
||||||
Reference in New Issue
Block a user