From 6702b15547e7fca41d1ae70eadd5dad14c61480d Mon Sep 17 00:00:00 2001 From: Lars Seipel <ls@slrz.net> Date: Fri, 7 May 2021 16:17:33 +0200 Subject: [PATCH] netci: include Ansible role for networkd configuration --- netci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci/Dockerfile b/netci/Dockerfile index bb9cfea..b761ffc 100644 --- a/netci/Dockerfile +++ b/netci/Dockerfile @@ -18,4 +18,4 @@ RUN pip install \ pynetbox \ yamllint -RUN ansible-galaxy role install cloudalchemy.node_exporter +RUN ansible-galaxy role install cloudalchemy.node_exporter aruhier.systemd_networkd -- GitLab