mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-26 01:17:22 +00:00
switch vconsole setting to lineinfile
This commit is contained in:
parent
8f87cfc191
commit
47300097d0
1 changed files with 4 additions and 2 deletions
|
|
@ -6,5 +6,7 @@
|
|||
copy: src=dvorak-cc.map.gz .conf dest=/usr/share/kbd/keymaps/i386/dvorak-cc.map.gz
|
||||
|
||||
- name: Enable dvorak-cc for vconsole
|
||||
copy: src=vconsole.conf dest=/etc/vconsole.conf
|
||||
|
||||
lineinfile: "dest=/etc/vconsole.conf
|
||||
regexp=^KEYMAP=
|
||||
state=present
|
||||
line='KEYMAP=dvorak-cc'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue