hac/ansible/roles/timesyncd/tasks/main.yml

9 lines
196 B
YAML
Raw Normal View History

2024-03-20 13:45:58 +01:00
---
- 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