From: Grant Slater Date: Thu, 14 Apr 2022 00:06:02 +0000 (+0100) Subject: community: failsafe always try start web_only container X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7ac08208ca76569ae9db90430746a9cdfe98de9c community: failsafe always try start web_only container --- diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 083da3216..2297fa76c 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -117,7 +117,7 @@ execute "discourse_container_web_only_destroy" do end execute "discourse_container_web_only_start" do - action :nothing + action :run command "./launcher start web_only" cwd "/srv/community.openstreetmap.org/docker/" user "root"