add weechat repo to get most updated package

This commit is contained in:
ubergeek 2018-12-26 22:31:11 -05:00
parent d8c9266cc7
commit 934b929541
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Install our baseline packages for all machines, irrespective of what role they might have
---
- name: Add weechat repo
apt_repository:
repo: 'deb https://weechat.org/debian stretch main'
state: present
filename: weechat
update_cache: yes
- name: Install baseline packages
apt:
name: "{{ packages }}"