]> git.openstreetmap.org Git - chef.git/commitdiff
community: failsafe always try start web_only container
authorGrant Slater <git@firefishy.com>
Thu, 14 Apr 2022 00:06:02 +0000 (01:06 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 14 Apr 2022 00:06:02 +0000 (01:06 +0100)
cookbooks/community/recipes/default.rb

index 083da3216c7ae890adc19d7e1d0df5a2f3317b53..2297fa76cb52152dd57a3affdf99629a4a79913d 100644 (file)
@@ -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"