Loading tasks/deb/main.yml +9 −2 Original line number Diff line number Diff line Loading @@ -58,5 +58,12 @@ # - name: Force locale to {{ default_locale }} ansible.builtin.shell: update-locale --reset LANG={{ default_locale }} LC_ALL={{ default_locale }} - name: Template a file to /etc/default/locale ansible.builtin.copy: content: | LANG={{ default_locale }} LC_ALL={{ default_locale }} dest: /etc/default/locale owner: root group: root mode: "0644" Loading
tasks/deb/main.yml +9 −2 Original line number Diff line number Diff line Loading @@ -58,5 +58,12 @@ # - name: Force locale to {{ default_locale }} ansible.builtin.shell: update-locale --reset LANG={{ default_locale }} LC_ALL={{ default_locale }} - name: Template a file to /etc/default/locale ansible.builtin.copy: content: | LANG={{ default_locale }} LC_ALL={{ default_locale }} dest: /etc/default/locale owner: root group: root mode: "0644"