Bugfix: timesyncd (#16)
Bugfix: timesyncd Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#16 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
b0e86a1fc5
commit
a2833f013b
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: restart ntpd
|
- name: mask systemd-timesyncd
|
||||||
become: yes
|
become: yes
|
||||||
systemd:
|
systemd:
|
||||||
name: systemd-timesyncd
|
name: systemd-timesyncd
|
||||||
enabled: no
|
|
||||||
state: stopped
|
state: stopped
|
||||||
masked: yes
|
masked: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue