switch vconsole setting to lineinfile

This commit is contained in:
Brett Eisenberg 2018-02-07 20:23:20 -08:00
parent 8f87cfc191
commit 47300097d0

View file

@ -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'"