Re-add timezone

This commit is contained in:
2021-09-30 23:12:42 +13:00
parent dae99f3168
commit 1f3310fe96
3 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
common_domain: exampledomain.com
ad_domain_joined: no
common_win_timezone: New Zealand Standard Time
common_tz: Pacific/Auckland
vendors_hosts: []
common_dns_servers:

View File

@@ -71,6 +71,10 @@
changed_when: false
tags: rootpw
- name: Set timezone
timezone:
name: "{{ common_tz }}"
- include: grub.yml
- include: communication.yml
- include: motd.yml

View File

@@ -1,2 +1,2 @@
---
- include: "{{ ansible_os_family }}.yml"
- include: "{{ ansible_os_family }}.yml"