mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
9 lines
176 B
YAML
9 lines
176 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Create needed directories
|
||
|
file: path=/var/lib/zabbix/{{ item }} state=directory owner=root group=zabbix mode=770
|
||
|
with_items:
|
||
|
- db
|
||
|
- tmp
|
||
|
tags: zabbix
|