]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
community: failsafe always try start web_only container
[chef.git] / 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"