Stop setting locale in Arch

This commit is contained in:
Anthony Rose 2021-05-23 23:59:48 +01:00
parent dd8060eed5
commit 1ab0c73093

View file

@ -13,12 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 - name: Set default paper size
become: true become: true
ansible.builtin.lineinfile: ansible.builtin.lineinfile: