hac/ansible/roles/timesyncd/tasks/main.yml
Ada 2410885737
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add knot roles
2024-03-24 22:12:56 +01:00

9 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