mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
6 lines
125 B
YAML
6 lines
125 B
YAML
|
---
|
||
|
- name: "Set timezone to {{ ntp_timezone }}"
|
||
|
become: true
|
||
|
community.general.timezone:
|
||
|
name: "{{ ntp_timezone }}"
|