first commit
This commit is contained in:
5
roles/windows_set-timezone/tasks/main.yml
Normal file
5
roles/windows_set-timezone/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
# tasks file for windows_set-timezone
|
||||
- name: Set timezone to 'Romance Standard Time' (GMT+01:00)
|
||||
community.windows.win_timezone:
|
||||
timezone: Romance Standard Time
|
||||
Reference in New Issue
Block a user