vn-ansible/linux-config-locales.yaml

12 lines
187 B
YAML
Raw Normal View History

2023-10-27 12:52:50 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG LOCALES] Set locales"
import_role:
name: config-locales