2024-03-20 13:45:58 +01:00
|
|
|
---
|
|
|
|
- name: Set timezone to Europe/Brussels
|
|
|
|
community.general.timezone:
|
|
|
|
name: Europe/Brussels
|
|
|
|
|
|
|
|
- name: Enable ntp
|
2024-03-24 22:12:56 +01:00
|
|
|
ansible.builtin.command: timedatectl set-ntp true
|
2024-03-20 13:45:58 +01:00
|
|
|
changed_when: false
|