mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-29 02:30:16 +00:00
specify full path to links
This commit is contained in:
parent
41692255db
commit
e9f270df66
1 changed files with 3 additions and 3 deletions
|
|
@ -13,15 +13,15 @@
|
|||
|
||||
- name: Enable LCD filter
|
||||
file: src=/etc/fonts/conf.avail/11-lcdfilter-default.conf
|
||||
dest=/etc/fonts/conf.d
|
||||
dest=/etc/fonts/conf.d/11-lcdfilter-default.conf
|
||||
state=link
|
||||
|
||||
- name: Enable sub-pixel rendering
|
||||
file: src=/etc/fonts/conf.avail/10-sub-pixel-rgb.conf
|
||||
dest=/etc/fonts/conf.d
|
||||
dest=/etc/fonts/conf.d/10-sub-pixel-rgb.conf
|
||||
state=link
|
||||
|
||||
- name: Enable hinting
|
||||
file: src=/etc/fonts/conf.avail/10-hinting-slight.conf
|
||||
dest=/etc/fonts/conf.d
|
||||
dest=/etc/fonts/conf.d/10-hinting-slight.conf
|
||||
state=link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue