From caede06e095f38adf6b8a15cb9085ce9b73c1602 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Wed, 2 Jan 2019 20:43:49 -0500 Subject: [PATCH] standardizing paclage deployment method --- roles/shell/tasks/packages.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/roles/shell/tasks/packages.yml b/roles/shell/tasks/packages.yml index 0c6c84a..a393ccc 100644 --- a/roles/shell/tasks/packages.yml +++ b/roles/shell/tasks/packages.yml @@ -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