You've already forked ansible-role-rsyslog
Add support for adiscon official package repository
This commit is contained in:
@@ -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 }}'
|
||||
Reference in New Issue
Block a user