From 1e3a2b40d4a639fc565f3fc3e78554f96eab1bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sat, 23 Jan 2021 16:44:28 +0100 Subject: [PATCH] Add the postgresql_client role to the akkounts role --- roles/akkounts.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/akkounts.rb b/roles/akkounts.rb index 1dae0bb..ba50d23 100644 --- a/roles/akkounts.rb +++ b/roles/akkounts.rb @@ -1,6 +1,7 @@ name "akkounts" default_run_list = %w( + role[postgresql_client] kosmos-akkounts::default kosmos-akkounts::nginx )