add net-tools to common packages install list

This commit is contained in:
staticsafe 2020-11-29 09:20:37 -05:00
parent 2d2e5a78c5
commit 2860f23b85
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
- mailutils - mailutils
- postfix - postfix
- python-is-python3 - python-is-python3
- net-tools
- name: Remove packages we do not need - name: Remove packages we do not need
apt: apt:
name: "{{ packages }}" name: "{{ packages }}"