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 Karékinian 2021-01-23 16:44:41 +01:00
parent 1e3a2b40d4
commit 286cd2f2a3

View File

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