updated state with call to repo state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
565047baa9
commit
b5496679ba
@ -1,6 +1,6 @@
|
||||
---
|
||||
include:
|
||||
- repos
|
||||
- repo
|
||||
- .install
|
||||
- .config
|
||||
- .service
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
include:
|
||||
- repos
|
||||
- repo
|
||||
- .install
|
||||
- .containerd
|
||||
- .sysctl
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
include:
|
||||
- repos
|
||||
- repo
|
||||
- .tasks
|
||||
- .bootstrap
|
||||
- .install
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user