add gnu plot

This commit is contained in:
Pig Monkey 2019-09-06 13:16:01 -07:00
parent e73db692da
commit d4d99fcdf1

View file

@ -89,3 +89,8 @@
user: "{{ user.name }}"
tags:
- aur
- name: Install GNU Plot
pacman:
name: gnuplot
state: present