Fix timezone.
This commit is contained in:
parent
7f13317330
commit
c8b6315c7b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user