added encoding
This commit is contained in:
parent
13e2db1a9f
commit
360da9a22b
@ -6,12 +6,12 @@
|
||||
line: 'export LANG=en_US.UTF-8'
|
||||
state: present
|
||||
|
||||
- name: LANG in '.profile' für Benutzer alpha analog Locale setzen
|
||||
- name: LANG in '.profile' für root analog Locale setzen
|
||||
tags: always
|
||||
lineinfile:
|
||||
path: /home/alpha/.profile
|
||||
regexp: '^export LANG=en_US.UTF-8'
|
||||
line: 'export LANG=en_US.UTF-8'
|
||||
path: /root/.profile
|
||||
regexp: '^export LANG=de_DE.UTF-8'
|
||||
line: 'export LANG=de_DE.UTF-8'
|
||||
state: present
|
||||
|
||||
- name: LANG in '.profile' für Benutzer ansible analog Locale setzen
|
||||
@ -21,3 +21,12 @@
|
||||
regexp: '^export LANG=en_US.UTF-8'
|
||||
line: 'export LANG=en_US.UTF-8'
|
||||
state: present
|
||||
|
||||
|
||||
- name: LANG in '.profile' für Benutzer ansible analog Locale setzen
|
||||
tags: always
|
||||
lineinfile:
|
||||
path: /home/ansible/.profile
|
||||
regexp: '^export LANG=de_DE.UTF-8'
|
||||
line: 'export LANG=de_DE.UTF-8'
|
||||
state: present
|
||||
|
||||
Loading…
Reference in New Issue
Block a user