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

6 lines
140 B
YAML
Raw Normal View History

2022-11-16 23:48:04 +01:00
---
2023-10-28 17:50:57 +02:00
- name: "Set timezone to {{ ntp_timezone }}" # noqa: H1901
2022-11-16 23:48:04 +01:00
become: true
community.general.timezone:
name: "{{ ntp_timezone }}"