Stop setting locale in Arch
This commit is contained in:
parent
dd8060eed5
commit
1ab0c73093
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- name: Set system locale
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/locale.conf
|
||||
line: "LANG=en_GB.UTF-8"
|
||||
create: yes
|
||||
- name: Set default paper size
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
|
|
Loading…
Reference in a new issue