From eed40b8c14df5b458321bbca59c26f991ecb6d26 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 27 Oct 2023 15:02:09 +0200 Subject: [PATCH] add comments --- roles/config-base-debian-os/tasks/main.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/roles/config-base-debian-os/tasks/main.yaml b/roles/config-base-debian-os/tasks/main.yaml index cb64f1b..4c5abf8 100644 --- a/roles/config-base-debian-os/tasks/main.yaml +++ b/roles/config-base-debian-os/tasks/main.yaml @@ -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" #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++