# ---------------------------------------------------------------------------- #
## \author Sebastien Beaugrand
## \sa http://beaugrand.chez.com/
## \copyright CeCILL 2.1 Free Software license
# ---------------------------------------------------------------------------- #
---
- name: disabled fp libs
replace:
path: "{{ home }}/.config/kicad/6.0/fp-lib-table"
regexp: '"\)\)$'
replace: '")(disabled))'
ignore_errors: yes
- name: disabled sym libs
replace:
path: "{{ home }}/.config/kicad/6.0/sym-lib-table"
regexp: '"\)\)$'
replace: '")(disabled))'
ignore_errors: yes
- name: darklight theme
copy:
src: darklight.json
dest: "{{ home }}/.config/kicad/6.0/colors/"
ignore_errors: yes