arch-install/roles/macos_03_user/tasks/main.yml
Ariejan de Vroom e3aaee336c
Some checks failed
Lint / Lint (3.10) (push) Failing after 16s
Lint / Lint (3.11) (push) Failing after 19s
Update to macos install
2024-06-10 16:23:13 +02:00

12 lines
288 B
YAML

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