Update system culture added

This commit is contained in:
2016-11-14 22:44:25 +13:00
parent bc3901eceb
commit a5571a040e

View File

@@ -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