You've already forked ansible-role-common
Re-add timezone
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
- include: "{{ ansible_os_family }}.yml"
|
||||
- include: "{{ ansible_os_family }}.yml"
|
||||
|
||||
Reference in New Issue
Block a user