fix idempotency issue on newer OSes

This commit is contained in:
Glenn K. Lockwood 2020-07-26 20:15:14 -07:00
parent 426ac99b91
commit 53fe87bf1d

View File

@ -6,7 +6,7 @@
check_mode: no check_mode: no
- name: get locale - name: get locale
shell: "locale | grep ^LANG | cut -d= -f2" shell: "locale | grep '^LANG=' | cut -d= -f2"
register: linux_locale register: linux_locale
changed_when: False changed_when: False
check_mode: no check_mode: no