From 572b5828d524cfad4b4c629a2e92e8e3fa03f7fd Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sat, 29 Jun 2024 21:32:24 +0000 Subject: [PATCH] FIXUP: scripts --- utils/shcontainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/shcontainer b/utils/shcontainer index 1ed23c797b..ff774243da 100644 --- a/utils/shcontainer +++ b/utils/shcontainer @@ -49,7 +49,7 @@ start_container() { # With docker on Ubuntu, it might take a couple of seconds # for the container to be available. sleep 3 - run_if_exists ansible_ping "${inventory}" + # run_if_exists ansible_ping "${inventory}" run_if_exists query_container_installed_software }