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