From 19c5f2f0333a8acdc9d745c2d17ef8e9a74bf23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 4 Mar 2022 18:50:11 +0100 Subject: [PATCH] Fix prechecks for "Ironic iPXE" container Since I30c2ad2bf2957ac544942aefae8898cdc8a61ec6 this container is always enabled and thus the port should always be checked. Change-Id: I94a70d89123611899872061bd69593280d0a68c4 --- ansible/roles/ironic/tasks/precheck.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/ironic/tasks/precheck.yml b/ansible/roles/ironic/tasks/precheck.yml index b4a9b694b7..aaf90786bf 100644 --- a/ansible/roles/ironic/tasks/precheck.yml +++ b/ansible/roles/ironic/tasks/precheck.yml @@ -44,7 +44,6 @@ timeout: 1 state: stopped when: - - enable_ironic_ipxe | bool - container_facts['ironic_ipxe'] is not defined - inventory_hostname in groups['ironic-ipxe']