standardizing paclage deployment method

This commit is contained in:
ubergeek 2019-01-02 20:43:49 -05:00
parent 2ba9fded2f
commit caede06e09
1 changed files with 11 additions and 5 deletions

View File

@ -67,12 +67,18 @@
- znc-python
- znc-tcl
- zsh
- python-twisted
- python3-twisted
#Install python packages, when it's the latest
- name: Install rtv
pip:
name: rtv
#Install python packages, when it's the latest
- name: Install pip packages
pip:
name: "{{ packages }}"
state: present
vars:
packages:
- rtv
- name: Install locally created bins
copy:
src: ../files/chat