mg
ebfe95375b
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#361 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
7 lines
190 B
YAML
7 lines
190 B
YAML
---
|
|
- name: restart systemd-timesyncd.service
|
|
become: yes
|
|
systemd:
|
|
name: systemd-timesyncd
|
|
state: restarted
|
|
when: not ansible_facts['virtualization_type'] == "lxc"
|