Update project - add molecule

This commit is contained in:
2021-05-19 12:07:32 +12:00
parent 7619781008
commit c9619afbf7
7 changed files with 96 additions and 23 deletions

View File

@@ -7,5 +7,7 @@
tags:
- rsyslog
- packages
pacman: pkg={{item}} state=installed
pacman:
pkg: '{{ rsyslog_package_names }}'
state: installed
with_items: '{{ rsyslog_package_names }}'