You've already forked ansible-role-common
Update system culture added
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user