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.
10 lines
160 B
YAML
10 lines
160 B
YAML
---
|
|
- name: install homebrew package
|
|
homebrew_cask:
|
|
name:
|
|
- 1password
|
|
- 1password-cli
|
|
state: latest
|
|
|
|
- include_tasks: zsh-completion.yaml
|