Browse Source

linux-gentoo: configure consolefont

master
Maxim Likhachev 5 years ago
parent
commit
253637dd3c
  1. 6
      roles/linux-gentoo/tasks/main.yml
  2. 4
      roles/linux-gentoo/templates/consolefont.j2
  3. 1
      roles/linux-gentoo/vars/main.yml

6
roles/linux-gentoo/tasks/main.yml

@ -51,6 +51,12 @@ @@ -51,6 +51,12 @@
src: xorg.touchpad.conf.j2
dest: "/etc/X11/xorg.conf.d/touchpad.conf.clt"
- name: Configure consolefont
template:
src: consolefont.j2
dest: /etc/conf.d/consolefont.clt
register: consolefont_configured
- name: Update imagemagick policies
lineinfile:
path: /etc/ImageMagick-7/policy.xml

4
roles/linux-gentoo/templates/consolefont.j2

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
# {{ ansible_managed }}
consolefont="{{ system.console_font }}"

1
roles/linux-gentoo/vars/main.yml

@ -1 +0,0 @@ @@ -1 +0,0 @@
Loading…
Cancel
Save