From 491a9a07b5a0f5f325bcb891d0b709c1763a8618 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 3 Jul 2022 11:04:41 +0100 Subject: [PATCH] Merge op role into 1password role Additionally: * Stop using Chocolatey packages for 1password as they are not up to date, instead download and install directly. * Switch to apt repository on Debian. * Add zsh completions for macOS and Dabian. * Add powershell completions for Windows. --- Unix.yaml | 3 ++- Windows.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Unix.yaml b/Unix.yaml index f65ca1b..8a7b5ad 100644 --- a/Unix.yaml +++ b/Unix.yaml @@ -11,12 +11,13 @@ - role: bat - role: fzf - role: git - - role: op - role: tree - role: llvm - role: nodejs - role: python + - role: 1password + - role: wsl when: '"WSL" in ansible_kernel' diff --git a/Windows.yaml b/Windows.yaml index 43eec63..5000c40 100644 --- a/Windows.yaml +++ b/Windows.yaml @@ -9,7 +9,6 @@ - role: ag - role: fzf - role: git - - role: op - role: tree - role: llvm