local/roles/1password/tasks/Darwin.yaml
Kenneth Benzie (Benie) 09e7ec3ad4 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.
2022-07-03 11:25:05 +01:00

10 lines
160 B
YAML

---
- name: install homebrew package
homebrew_cask:
name:
- 1password
- 1password-cli
state: latest
- include_tasks: zsh-completion.yaml