feat: ensure curl/jq are installed before deploying munin shell scripts

This commit is contained in:
VC
2024-07-05 11:53:37 +02:00
parent 1da49f8665
commit fbe86a8d77

View File

@@ -1,5 +1,13 @@
---
- name: Ensure some packages are installed
package:
name: "{{ item }}"
state: present
loop:
- curl
- jq
- name: Put garage plugin configuration
ansible.builtin.template:
src: garage.j2