playbook set locales
This commit is contained in:
parent
fdae9670e1
commit
a768fdc7f8
|
@ -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
|
Loading…
Reference in New Issue