switching to python version of rtv
This commit is contained in:
parent
b437d437f5
commit
969e0ab1e9
|
@ -19,7 +19,6 @@
|
|||
- weechat
|
||||
- mutt
|
||||
- python
|
||||
- rtv
|
||||
- lynx
|
||||
- w3m-img
|
||||
- python-pip
|
||||
|
@ -68,6 +67,11 @@
|
|||
- znc-tcl
|
||||
- eggdrop
|
||||
|
||||
#Install python packages, when it's the latest
|
||||
- name: Install rtv
|
||||
pip:
|
||||
name: rtv
|
||||
|
||||
- name: Install locally created bins
|
||||
copy:
|
||||
src: ../files/chat
|
||||
|
|
Loading…
Reference in New Issue