style: linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 66830fd2eb
commit 1f28d2242f
76 changed files with 469 additions and 335 deletions

View File

@@ -1,3 +1,5 @@
---
- name: Set default locale to fr_FR.UTF-8
debconf:
name: locales
@@ -13,8 +15,8 @@
vtype: multiselect
- name: delete original locale.gen
file:
path: /etc/locale.gen
state: absent
path: /etc/locale.gen
state: absent
when: ansible_facts['env']['LANG'] != 'fr_FR.UTF-8'
- name: update original locale.gen