From 5dbc7e48a2c9cee182ce34c2ad12be85e36a47aa Mon Sep 17 00:00:00 2001 From: OldTyT <42464565+OldTyT@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:34:27 +0300 Subject: [PATCH] fix: added community.kubernetes module --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4d3c3b..c10cd29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt update && \ python3 -m pip --no-cache-dir install ansible-core==2.15.2 ansible-compat==4.1.5 testinfra==6.0.0 ansible-lint==6.18.0 && \ rm -rf /var/lib/apt/lists/* && \ mkdir /root/.ssh && \ - ansible-galaxy collection install community.general community.docker ansible.posix kubernetes.core + ansible-galaxy collection install community.general community.docker ansible.posix kubernetes.core community.kubernetes COPY ssh_config /etc/ssh/