From 286cd2f2a377817f96235ad7793c1bafc9c3cfa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sat, 23 Jan 2021 16:44:41 +0100 Subject: [PATCH] Move the postgresql_client role to the top We want the host file to be written before database connections happen --- roles/mastodon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon.rb b/roles/mastodon.rb index 5bb39e4..f1064c4 100644 --- a/roles/mastodon.rb +++ b/roles/mastodon.rb @@ -1,7 +1,7 @@ name "mastodon" run_list %w( + role[postgresql_client] kosmos-mastodon kosmos-mastodon::nginx - role[postgresql_client] )