deploy/ansible/roles-os/1.6-timezone/tasks/main.yaml (3 lines of code) (raw):

# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # ----------------------------------------------------------------------------- # # Task: 1.6 - Setting OS timezone # # ----------------------------------------------------------------------------- - name: 1.6 - Setting OS timezone community.general.timezone: name: "{{ timezone }}" # /*----------------------------------------------------------------------------8 # | END | # +------------------------------------4---------------------------------------*/