From e38157ddea75eb28eef7b0b98768845a61451a86 Mon Sep 17 00:00:00 2001 From: Badanin Maksim Date: Sat, 10 Jun 2023 08:47:36 +0300 Subject: [PATCH] error --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 91babab..71849ea 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,11 +14,11 @@ - name: Set keyboard layout ansible.builtin.lineinfile: path: /etc/default/keyboard - regexp: 'XKBMODEL' - line: 'XKBMODEL="{{ debian_xkb_layout }}"' + regexp: 'XKBLAYOUT' + line: 'XKBLAYOUT="{{ debian_xkb_layout }}"' - name: Set keyboard switch ansible.builtin.lineinfile: path: /etc/default/keyboard - regexp: 'XKBMODEL' - line: 'XKBMODEL="{{ debian_xkb_switch }}"' + regexp: 'XKBOPTIONS' + line: 'XKBOPTIONS="{{ debian_xkb_switch }}"'