Fix prechecks for "Ironic iPXE" container

Since I30c2ad2bf2957ac544942aefae8898cdc8a61ec6 this container
is always enabled and thus the port should always be checked.

Change-Id: I94a70d89123611899872061bd69593280d0a68c4
This commit is contained in:
Radosław Piliszek 2022-03-04 18:50:11 +01:00
parent 68bc4f8f52
commit 19c5f2f033

@ -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']