move visidata to standalone role

This commit is contained in:
Pig Monkey 2019-11-06 20:23:35 -08:00
parent b59174caec
commit 3e34692d5c
4 changed files with 22 additions and 14 deletions

View file

@ -50,6 +50,7 @@
- { role: mail, tags: ['mail'] } - { role: mail, tags: ['mail'] }
- { role: cups, tags: ['cups'] } - { role: cups, tags: ['cups'] }
- { role: office, tags: ['office'] } - { role: office, tags: ['office'] }
- { role: visidata, tags: ['visidata'] }
- { role: pdf, tags: ['pdf'] } - { role: pdf, tags: ['pdf'] }
- { role: dictd, tags: ['dictd'] } - { role: dictd, tags: ['dictd'] }
- { role: redshift, tags: ['redshift'] } - { role: redshift, tags: ['redshift'] }

View file

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Visidata
GenericName=Spreadsheet Editor
Exec=vd %U
Terminal=true
Type=Application
MimeType=text/csv;text/tab-separated-values;

View file

@ -62,20 +62,6 @@
name: texlive-latexextra name: texlive-latexextra
state: present state: present
- name: Install visidata
aur:
name: visidata
user: "{{ user.name }}"
tags:
- aur
- name: Install additional libraries for visidata
pacman:
name:
- python-xlrd
- python-pandas
state: present
- name: Install qalculate - name: Install qalculate
pacman: pacman:
name: qalculate-gtk name: qalculate-gtk

View file

@ -0,0 +1,14 @@
---
- name: Install visidata
aur:
name: visidata
user: "{{ user.name }}"
tags:
- aur
- name: Install additional libraries for visidata
pacman:
name:
- python-xlrd
- python-pandas
state: present