From e48800bf8ea2922a37992770a9b63ea6ca425cd4 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 4 Jun 2023 14:03:44 +0930 Subject: [PATCH] feat(ansible): add galaxy collection ansible.posix this collection is required so that ssh auth_keys can be used !24 nofusscomputing/infrastructure/config#22 nofusscomputing/infrastructure/config!27 --- dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index c88be36..4751606 100644 --- a/dockerfile +++ b/dockerfile @@ -62,4 +62,6 @@ RUN ansible-galaxy collection install \ awx.awx \ kubernetes.core \ # community.general.gitlab_* - community.general \ No newline at end of file + community.general \ + # ansible.posix.authorized_key for SSH + ansible.posix \ No newline at end of file