diff --git a/roles/arch/tasks/locale.yml b/roles/arch/tasks/locale.yml index e3c2bd0..e17f791 100644 --- a/roles/arch/tasks/locale.yml +++ b/roles/arch/tasks/locale.yml @@ -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: