diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index a47b058..fa87e8a 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -22,11 +22,16 @@ - iptables-persistent - jq - net-tools + - netcat-openbsd - ripgrep - rsync - tree - vim +- name: Remove netcat-traditional + apt: + name: netcat-traditional + - name: Configure FZF for Bash lineinfile: path: /etc/bash.bashrc