common/tasks/locale.yaml
Simon Cornet 210fbd68f4
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
chore: cleanup tag mess
Tag only in main.yaml, tasks inherit them.
2026-05-20 09:40:02 +02:00

7 lines
116 B
YAML

---
# set locale
- name: "set locale"
community.general.locale_gen:
name: "en_US.UTF-8"
state: "present"