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,11 +67,17 @@
- znc-python
- znc-tcl
- zsh
- python-twisted
- python3-twisted
#Install python packages, when it's the latest
- name: Install rtv
- name: Install pip packages
pip:
name: rtv
name: "{{ packages }}"
state: present
vars:
packages:
- rtv
- name: Install locally created bins
copy: