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