install gimp-plugin-gmic

This commit is contained in:
Pig Monkey 2016-12-11 21:53:55 -08:00
parent 938e8d27ff
commit c3b44f0b1e

View file

@ -5,7 +5,10 @@
- gimp
- name: Install GIMP
pacman: name=gimp state=present
pacman: name={{ item }} state=present
with_items:
- gimp
- gimp-plugin-gmic
tags:
- gimp