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