From 876db8ecfbb9a1cad42c46545d019a44f3809f8a Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 3 Jun 2023 09:47:13 +0100 Subject: [PATCH] Add missing CLI roles to UnixCLI.yaml playbook --- playbooks/UnixCLI.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/UnixCLI.yaml b/playbooks/UnixCLI.yaml index 93470de..79b0ba7 100644 --- a/playbooks/UnixCLI.yaml +++ b/playbooks/UnixCLI.yaml @@ -12,8 +12,10 @@ when: '"WSL" not in ansible_kernel' - role: ag + - role: bash - role: bat - role: curl + - role: editline - role: fzf - role: gh - role: git @@ -25,8 +27,11 @@ - role: tidy - role: tree - role: watch + - role: wget - role: yq + - role: gdb + when: ansible_os_family != "Darwin" - role: llvm - role: nodejs