7 lines
98 B
YAML
7 lines
98 B
YAML
---
|
|
- hosts: all
|
|
|
|
roles:
|
|
- role: linux-locales
|
|
when: ansible_distribution != "Alpine"
|