Move the postgresql_client role to the top

We want the host file to be written before database connections happen
This commit is contained in:
Greg 2021-01-23 16:44:41 +01:00
parent 1e3a2b40d4
commit 286cd2f2a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name "mastodon"
run_list %w(
role[postgresql_client]
kosmos-mastodon
kosmos-mastodon::nginx
role[postgresql_client]
)