From 002303983459c99d4ec5a9dc9ea8f9e2cd1ae87d Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Thu, 30 Mar 2023 14:50:20 +0200 Subject: [PATCH] Fix the when condition Signed-off-by: Noah Knegt --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 9c46554..ebd73cd 100644 --- a/site.yml +++ b/site.yml @@ -12,7 +12,7 @@ remote_user: root roles: - setup - when: setup == true + when: setup is defined # Clean up the system - hosts: datacenter