playbook set locales

This commit is contained in:
Ruben Blanco 2023-10-27 14:52:50 +02:00
parent fdae9670e1
commit a768fdc7f8
1 changed files with 12 additions and 0 deletions

12
linux-config-locales.yaml Normal file
View File

@ -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