add comments
This commit is contained in:
parent
a768fdc7f8
commit
eed40b8c14
|
@ -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"
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in New Issue