mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-26 17:28:53 +00:00
install gimp-plugin-gmic
This commit is contained in:
parent
938e8d27ff
commit
c3b44f0b1e
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue