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