From e21afb4fbc0ae5567ecb2687d743a827a87616de Mon Sep 17 00:00:00 2001 From: Vincent Lequertier Date: Mon, 16 Apr 2018 14:06:52 +0200 Subject: [PATCH] Make sure container starts on server boot --- playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yml b/playbook.yml index 46ba378..bcafafc 100644 --- a/playbook.yml +++ b/playbook.yml @@ -12,6 +12,7 @@ image: pmpc state: started restart: yes + restart_policy: always env: HUGO_BASE_URL: https://publiccode.eu/ VIRTUAL_HOST: publiccode.eu,www.publiccode.eu