feat: change timezone to UTC

This commit is contained in:
auricom
2022-07-19 01:22:53 +02:00
parent bf6e2a0db7
commit a852786520
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ k3s_server_manifests_urls:
# username: "{{ SECRET_NEXUS_USERNAME }}"
# password: "{{ SECRET_NEXUS_PASSWORD }}"
timezone: Europe/Paris
timezone: Etc/UTC
public_ssh_keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+GMHgvbtf6f7xUMAQR+vZFfD/mIIfIDNX5iP8tDRXZ claude@claude-thinkpad-fedora"

View File

@@ -14,7 +14,7 @@
block:
- name: Locale | Set timezone
community.general.timezone:
name: "{{ timezone | default('Europe/Paris') }}"
name: "{{ timezone | default('Etc/UTC') }}"
- name: Networking
block:
- name: Networking | Set hostname to inventory hostname