The error message you are receiving is saying 'E. Australia Daylight Time' 
is not valid timezone. You cna run 'tzutil.exe /l' to list all the 
available timezones. The easiest way to do this is to set your timezone 
manually and run 'tzutil.exe /g'. I did this for you and the result for 
UTC+10 Canberra, Melbourne, Sydney is 'AUS Eastern Standard Time'. So just 
change your task to

- name: Set timezone to A.U.S. Eastern Time (DST)
  win_timezone:
    timezone: AUS Eastern Standard Time

DST is automatically adjusted for this timezone, if you wish to always have 
DST off but still set to Canberra, Melbourne, Sydney set timezone to 'AUS 
Eastern Standard Time_dstoff'.

Thanks

Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/325a267c-695d-4d56-8dd7-5545e2c8ee26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to