From 2288bae23ecac03950b290bd54c03d3d18576017 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 26 Nov 2017 16:52:17 -0500 Subject: [PATCH] roles/mastodon-postgresql/tasks/main.yml needed an extra - at top --- roles/mastodon-postgresql/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon-postgresql/tasks/main.yml b/roles/mastodon-postgresql/tasks/main.yml index 55a557e..570031e 100644 --- a/roles/mastodon-postgresql/tasks/main.yml +++ b/roles/mastodon-postgresql/tasks/main.yml @@ -1,4 +1,4 @@ --- +--- # This role installs the PostgreSQL server daemon and creates the mastodon # database user