arch-install/roles/macos_03_user/tasks/main.yml

12 lines
288 B
YAML
Raw Normal View History

2024-06-10 14:23:13 +00:00
---
- name: Install Bitwarden CLI settings
ansible.builtin.include_role:
name: 07_user
tasks_from: rbw
- name: Configure gpg-agent pinentry
ansible.builtin.lineinfile:
path: ~/.gnupg/gpg-agent.conf
line: "pinentry-program /usr/local/bin/pinentry-mac"
create: yes