From a36e25dc00f80049ced07037c3aab258b6893cbe Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Sat, 9 Nov 2024 21:06:36 -0800 Subject: [PATCH] ansible: ensure required community collections are installed --- ansible/requirements.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 8dd5161..7178773 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,3 +1,5 @@ --- collections: - community.general + - community.postgresql + - community.crypto