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