From e585efb9afdba643ebc577d3d2acce575ffe7c10 Mon Sep 17 00:00:00 2001
From: Bombar Maxime <bombar@crans.org>
Date: Sun, 17 May 2020 09:06:20 +0200
Subject: [PATCH] Add apt-file to common tools

---
 roles/common-tools/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/common-tools/tasks/main.yml b/roles/common-tools/tasks/main.yml
index 70488e80..b92fea69 100644
--- a/roles/common-tools/tasks/main.yml
+++ b/roles/common-tools/tasks/main.yml
@@ -4,6 +4,7 @@
     update_cache: true
     install_recommends: false
     name:
+      - apt-file
       - sudo
       - molly-guard  # prevent reboot
       - ntp  # network time sync
-- 
GitLab