From 7956a1c6f62f2d7c15cdd42d24f666edccd93115 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Oct 2014 15:39:12 +0300 Subject: [PATCH] web.yml: Use ubuntu user for now This is the default with OpenStack hosts like Kili.io... Signed-off-by: Alan Orth --- web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/web.yml b/web.yml index 460be4d..fa653c9 100644 --- a/web.yml +++ b/web.yml @@ -3,6 +3,7 @@ - name: Configure web servers hosts: web + user: ubuntu sudo: yes roles: - common