From 8364fc985a7e3dfad2efd9824c98f87af2953362 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Sun, 21 Aug 2022 21:57:21 -0400 Subject: [PATCH] cobbler: Convert var to int Signed-off-by: David Galloway --- roles/cobbler/tasks/restart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cobbler/tasks/restart.yml b/roles/cobbler/tasks/restart.yml index 571cc42..a0acb6f 100644 --- a/roles/cobbler/tasks/restart.yml +++ b/roles/cobbler/tasks/restart.yml @@ -14,4 +14,4 @@ changed_when: false - name: Wait for cobbler to start - wait_for: port={{ cobbler_port }} + wait_for: port={{ cobbler_port|int }} -- 2.39.5