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.
This commit is contained in:
Kenneth Benzie 2022-07-03 11:04:41 +01:00
parent c4e87f2022
commit 491a9a07b5
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -9,7 +9,6 @@
- role: ag
- role: fzf
- role: git
- role: op
- role: tree
- role: llvm