1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00
ansible_role_ntp/tasks/set_time_zone.yml
2023-10-28 17:50:57 +02:00

5 lines
140 B
YAML

---
- name: "Set timezone to {{ ntp_timezone }}" # noqa: H1901
become: true
community.general.timezone:
name: "{{ ntp_timezone }}"