12 lines
187 B
YAML
12 lines
187 B
YAML
|
---
|
||
|
|
||
|
- hosts: "{{ ip_addr }}"
|
||
|
become: yes
|
||
|
become_method: sudo
|
||
|
gather_facts: yes
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: "[CONFIG LOCALES] Set locales"
|
||
|
import_role:
|
||
|
name: config-locales
|