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.
11 lines
269 B
YAML
11 lines
269 B
YAML
---
|
|
- name: get op zsh completion script
|
|
command: op completion zsh
|
|
register: zsh_completion_script
|
|
changed_when: false
|
|
|
|
- name: create op zsh completion file
|
|
copy:
|
|
content: '{{zsh_completion_script.stdout}}'
|
|
dest: ~/.local/share/zsh/site-functions/_op
|