hac/ansible/roles/timesyncd/tasks/main.yml
2024-04-17 11:23:04 +02:00

8 lines
194 B
YAML
Executable file

---
- name: Set timezone to Europe/Brussels
community.general.timezone:
name: Europe/Brussels
- name: Enable ntp
ansible.builtin.command: timedatectl set-ntp true
changed_when: false