vn-ansible/linux-config-tzdata.yaml

12 lines
186 B
YAML
Raw Normal View History

2023-10-27 11:45:02 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG TZDATA] Set timezone"
import_role:
name: config-tzdata