From 6e2188936fa84bfe8f43433149ac11eb6766c08b Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 13 Mar 2024 20:59:59 +0930 Subject: [PATCH] feat(collection): add nofusscomputing.kubernetes kubernetes.core removed as the nfc collection will install it !237 nofusscomputing/projects/ansible/kubernetes!37 #16 --- dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 23c585c..baffb48 100644 --- a/dockerfile +++ b/dockerfile @@ -97,5 +97,6 @@ RUN ansible-galaxy collection install \ community.general==8.4.0 \ community.mysql==3.9.0 \ community.postgresql==3.4.0 \ - kubernetes.core==3.0.0 \ - theforeman.foreman==4.0.0; + theforeman.foreman==4.0.0; \ + ansible-galaxy collection install --pre \ + nofusscomputing.kubernetes \ No newline at end of file