new distro
This commit is contained in:
@@ -20,4 +20,4 @@
|
|||||||
state: latest
|
state: latest
|
||||||
name:
|
name:
|
||||||
- mariadb-client
|
- mariadb-client
|
||||||
when: ansible_distribution == "Debian"
|
when: ansible_distribution in [ "Debian", "Ubuntu", "Linux Mint" ]
|
||||||
@@ -69,4 +69,4 @@
|
|||||||
- exa
|
- exa
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- unattended-upgrades
|
- unattended-upgrades
|
||||||
when: ansible_distribution == "Debian"
|
when: ansible_distribution in [ "Debian", "Ubuntu", "Linux Mint" ]
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
name:
|
name:
|
||||||
- locales-all
|
- locales-all
|
||||||
state: latest
|
state: latest
|
||||||
when: ansible_distribution == 'Debian'
|
when: ansible_distribution in [ "Debian", "Ubuntu", "Linux Mint" ]
|
||||||
|
|
||||||
- name: system setup | locale | add de_DE
|
- name: system setup | locale | add de_DE
|
||||||
tags: locale,system,setup
|
tags: locale,system,setup
|
||||||
|
|||||||
Reference in New Issue
Block a user