From f6c4f1c887d9660c505ef11450109e4409d45710 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Wed, 26 Oct 2022 19:12:20 +0200 Subject: [PATCH] common: Install netcat-openbsd --- roles/common/tasks/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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