Update to 2022-01-24 12:00

This commit is contained in:
Daniel Berteaud
2022-01-24 12:00:19 +01:00
parent 3157f85dad
commit 1e81d72197
20 changed files with 67 additions and 26 deletions

View File

@@ -1,12 +1,5 @@
---
- name: Install agent and dependencies
apt:
name: "{{ zabbix_agent_packages }}"
state: "{{ zabbix_agent_update | ternary('latest','present') }}"
policy_rc_d: 101 # Prevent the daemon from starting automatically after install
tags: zabbix
- name: Create needed directories
file: path={{ item }} state=directory
with_items: