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: include:
- repos - repo
- .install - .install
- .config - .config
- .service - .service

View File

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

View File

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

View File

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