Skip to content

Commit

Permalink
Remove unused check for locale
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegirardi committed Dec 16, 2024
1 parent b806ded commit ab03bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
become: yes
command: localectl set-x11-keymap us pc104 altgr-intl caps:escape_shifted_capslock
when: "localestatus.stdout_lines is defined and (
localestatus.stdout_lines[0].find('System Locale: LANG=en_US.UTF-8') == -1 or
localestatus.stdout_lines[1].find('VC Keymap: us') == -1 or
localestatus.stdout_lines[2].find('X11 Layout: us') == -1 or
localestatus.stdout_lines[3].find('X11 Model: pc104') == -1 or
Expand Down

0 comments on commit ab03bbe

Please # to comment.