Fix the when condition
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-03-30 14:50:20 +02:00
parent b0534951d6
commit 0023039834

View File

@@ -12,7 +12,7 @@
remote_user: root remote_user: root
roles: roles:
- setup - setup
when: setup == true when: setup is defined
# Clean up the system # Clean up the system
- hosts: datacenter - hosts: datacenter