fix idempotency issue on newer OSes

master
Glenn K. Lockwood 4 years ago
parent 426ac99b91
commit 53fe87bf1d
  1. 2
      roles/common/tasks/linux-facts.yml

@ -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…
Cancel
Save