Fix timezone.

This commit is contained in:
yohan 2024-09-28 17:46:00 +02:00
parent 7f13317330
commit c8b6315c7b

View File

@ -22,6 +22,11 @@
become: true
tags: upgrade
- name: Set timezone to Europe/Paris
community.general.timezone:
name: Europe/Paris
become: true
- name: Reboot
ansible.builtin.reboot:
when: