From 3ae90ed5277b266e12f3c76b0236ed9aa16e06c5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 May 2022 12:06:12 -0700 Subject: [PATCH] fix indent/syntax Signed-off-by: Kevin Fenzi --- playbooks/groups/oci-registry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index d685380da9..3c783f8e6e 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -15,8 +15,8 @@ - base - rkhunter - nagios_client - - zabbix/zabbix-agent - when: env == "staging" + - { role: zabbix/zabbix-agent + when: env == "staging" } - hosts - { role: openvpn/client, when: env != "staging" }