From a768fdc7f8c6fece15226b2c8e1ce6fd4e9b830a Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 27 Oct 2023 14:52:50 +0200 Subject: [PATCH] playbook set locales --- linux-config-locales.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 linux-config-locales.yaml diff --git a/linux-config-locales.yaml b/linux-config-locales.yaml new file mode 100644 index 0000000..8848a7a --- /dev/null +++ b/linux-config-locales.yaml @@ -0,0 +1,12 @@ +--- + +- hosts: "{{ ip_addr }}" + become: yes + become_method: sudo + gather_facts: yes + + tasks: + + - name: "[CONFIG LOCALES] Set locales" + import_role: + name: config-locales \ No newline at end of file