ceph: set NTP servers
This commit is contained in:
parent
29598ef4bb
commit
4b34370d5d
2 changed files with 13 additions and 0 deletions
|
@ -3,3 +3,9 @@
|
|||
name: nftables
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: restart systemd-timesyncd
|
||||
service:
|
||||
name: systemd-timesyncd
|
||||
state: restarted
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue