Add Ansible linting and other stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- name: update locale info
|
||||
become: true
|
||||
shell: |
|
||||
set -e
|
||||
ansible.builtin.shell: |
|
||||
set -eo pipefail
|
||||
localedef --list-archive | grep -a -v en_US.utf8 | xargs sudo localedef --delete-from-archive
|
||||
cp /usr/lib/locale/locale-archive{,.tmpl}
|
||||
build-locale-archive
|
||||
|
||||
Reference in New Issue
Block a user