From a5571a040eeaecb01b01c7c31d20a647b4355aef Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 14 Nov 2016 22:44:25 +1300 Subject: [PATCH] Update system culture added --- tasks/Windows.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index d072f1a..08efb41 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -1,8 +1,4 @@ ---- -- name: Set Timezone - win_timezone: - timezone: "New Zealand Standard Time" - +--- - name: Ensure Administrator password win_user: name: administrator @@ -17,6 +13,10 @@ dns1: "{{ dns_servers[0] }}" dns2: "{{ dns_servers[1] }}" +- name: Ensure System Culture Set + win_locale: + culture: en-NZ + - name: Ensure domain is joined win_ad_domain: admin_user: "{{ ad_admin_username }}" @@ -34,6 +34,5 @@ - notepadplusplus.install - tailblazer - 7zip - - dotnet3.5 - winscp - firefoxesr \ No newline at end of file