From 354c719cf2939c709eaaf276540a097a43251f26 Mon Sep 17 00:00:00 2001 From: Lars Seipel <ls@slrz.net> Date: Sat, 15 May 2021 19:58:24 +0200 Subject: [PATCH] netci: include Netbox Ansible collection --- netci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/netci/Dockerfile b/netci/Dockerfile index b761ffc..a583b49 100644 --- a/netci/Dockerfile +++ b/netci/Dockerfile @@ -19,3 +19,4 @@ RUN pip install \ yamllint RUN ansible-galaxy role install cloudalchemy.node_exporter aruhier.systemd_networkd +RUN ansible-galaxy collection install netbox.netbox -- GitLab