mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
win_region: Fix example (#55058)
This commit is contained in:
parent
97446f0eca
commit
2ae1bdf863
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ EXAMPLES = r'''
|
||||||
|
|
||||||
# Reboot when format, location or unicode has changed
|
# Reboot when format, location or unicode has changed
|
||||||
- name: Set format, location and unicode to English Australia and copy settings, reboot if required
|
- name: Set format, location and unicode to English Australia and copy settings, reboot if required
|
||||||
- win_region:
|
win_region:
|
||||||
location: 12
|
location: 12
|
||||||
format: en-AU
|
format: en-AU
|
||||||
unicode_language: en-AU
|
unicode_language: en-AU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue