From 5aefc74153d3554c2deef36a23f72610595352e5 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 30 Dec 2020 22:59:11 +0200 Subject: [PATCH] Fix missing package. iproute2 provides iproute. --- roles/debian_bootstrap/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/debian_bootstrap/tasks/main.yaml b/roles/debian_bootstrap/tasks/main.yaml index 409335d..c83e108 100644 --- a/roles/debian_bootstrap/tasks/main.yaml +++ b/roles/debian_bootstrap/tasks/main.yaml @@ -11,7 +11,7 @@ - name: Install requirements for more complete facts apt: name: - - iproute + - iproute2 - lsb-release state: present update_cache: yes -- GitLab