From eb5021441b24e87b7fb8afddd05f696a21140589 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Tue, 20 Jul 2021 14:50:41 +0200 Subject: [PATCH] Add ansible collection --- ansible.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.Dockerfile b/ansible.Dockerfile index 52924b0..57b627a 100644 --- a/ansible.Dockerfile +++ b/ansible.Dockerfile @@ -48,4 +48,6 @@ RUN apk --update add --virtual build-dependencies gcc rust cargo musl-dev libffi echo "localhost" >> /etc/ansible/hosts #RUN update-ca-certificates +RUN ansible-galaxy collection install kubernetes.core ansible.posix community.general community.libvirt ngine_io.cloudstack google.cloud community.digitalocean + CMD ["ansible"] \ No newline at end of file