mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-01-24 12:00
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user