From 2860f23b8520926ac768b9021db83f9313bbc57f Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 29 Nov 2020 09:20:37 -0500 Subject: [PATCH] add net-tools to common packages install list --- ubuntu/roles/common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index bc24494..143f93a 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -50,6 +50,7 @@ - mailutils - postfix - python-is-python3 + - net-tools - name: Remove packages we do not need apt: name: "{{ packages }}"