Add support for adiscon official package repository

This commit is contained in:
Alessio Cassibba (x-drum)
2017-03-15 15:58:48 +01:00
parent 022b1c08a1
commit 0b88e70ef9
10 changed files with 79 additions and 27 deletions

View File

@@ -1,3 +1,11 @@
# Archlinux related tasks
---
- include: arch_packages.yml
## TODO maybe?: no official upstream packages/repo for Archlinux
- name: install packages for Archlinux
tags:
- rsyslog
- packages
pacman: pkg={{item}} state=installed
with_items: '{{ rsyslog_package_names }}'