add comments

This commit is contained in:
Ruben Blanco 2023-10-27 15:02:09 +02:00
parent a768fdc7f8
commit eed40b8c14
1 changed files with 10 additions and 8 deletions

View File

@ -53,10 +53,11 @@
# vtype: multiselect
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# !!! WE NEED ANSIBLE COLLECTIONS community.general to use this module 'locale_gen'
- name: reconfigure locales enable es_ES.UTF-8
locale_gen:
name: es_ES.UTF-8
state: present
# WE ARE DOING THIS WITH ANOTHER ROLE config-locales
#- name: reconfigure locales enable es_ES.UTF-8
# locale_gen:
# name: es_ES.UTF-8
# state: present
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@ -78,10 +79,11 @@
# notify: update timezone
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# !!! WE NEED ANSIBLE COLLECTIONS community.general to use this module 'timezone'
- name: reconfigure timezone to Europe/Madrid
timezone:
hwclock: "UTC"
name: "Europe/Madrid"
# WE ARE DOING THIS WITH ANOTHER ROLE config-tzdata
#- name: reconfigure timezone to Europe/Madrid
# timezone:
# hwclock: "UTC"
# name: "Europe/Madrid"
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++