ansible-base/roles/munin_async_server/tasks/package.yml

6 lines
102 B
YAML
Raw Normal View History

2020-07-10 22:32:32 +02:00
---
- name: Munin async installed
package:
name: "{{ munin_async_package }}"
state: present