mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
move visidata to standalone role
This commit is contained in:
parent
b59174caec
commit
3e34692d5c
4 changed files with 22 additions and 14 deletions
|
|
@ -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'] }
|
||||||
|
|
|
||||||
7
roles/office/files/visidata.desktop
Normal file
7
roles/office/files/visidata.desktop
Normal 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;
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
14
roles/visidata/tasks/main.yml
Normal file
14
roles/visidata/tasks/main.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue