updated state with call to repo state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-02-24 15:30:27 +01:00
parent 565047baa9
commit b5496679ba
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
include:
- repos
- repo
- .install
- .config
- .service

View File

@ -1,6 +1,6 @@
---
include:
- repos
- repo
- .install
- .containerd
- .sysctl

View File

@ -1,6 +1,6 @@
---
include:
- repos
- repo
- .tasks
- .bootstrap
- .install

View File

@ -2,12 +2,12 @@
{%- from "zabbix/map.jinja" import zabbix with context %}
include:
{% if zabbix.server.enable %}
- repos
- repo
- postgresql
- php
- .server
{% endif %}
{% if zabbix.agent.enable %}
- repos
- repo
- .agent
{% endif %}