Add Ansible linting and other stuff

This commit is contained in:
Greg Hellings
2022-05-05 08:17:48 -05:00
parent b99a738da0
commit 5aa52aeff0
22 changed files with 177 additions and 56 deletions
+2 -2
View File
@@ -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