Merge branch 'weechat' of thunix/ansible into master

This commit is contained in:
Anton McClure 2018-12-27 08:56:02 -05:00 committed by Gitea
commit e26439cacc
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 }}"