mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2025-04-20 01:11:38 +02:00
fix idempotency issue on newer OSes
This commit is contained in:
parent
426ac99b91
commit
53fe87bf1d
@ -6,7 +6,7 @@
|
||||
check_mode: no
|
||||
|
||||
- name: get locale
|
||||
shell: "locale | grep ^LANG | cut -d= -f2"
|
||||
shell: "locale | grep '^LANG=' | cut -d= -f2"
|
||||
register: linux_locale
|
||||
changed_when: False
|
||||
check_mode: no
|
||||
|
Loading…
x
Reference in New Issue
Block a user