Files

12 lines
243 B
YAML
Raw Permalink Normal View History

2015-04-20 01:46:12 +02:00
# Archlinux related tasks
---
## TODO maybe?: no official upstream packages/repo for Archlinux
- name: install packages for Archlinux
tags:
- rsyslog
- packages
2021-05-19 12:07:32 +12:00
pacman:
pkg: '{{ rsyslog_package_names }}'
state: installed