fix: update ansible playbooks and scripts to use new vault references
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
- name: Get Caddy email from 1Password
|
||||
ansible.builtin.set_fact:
|
||||
caddy_email: "{{ lookup('community.general.onepassword', 'qwvcr4cuumhqh3mschv57xdqka', vault='j7nmhqlsjmp2r6umly5t75hzb4', field='email') }}"
|
||||
caddy_email: "{{ lookup('community.general.onepassword', 'Caddy (Proxy)', vault='Dotfiles', field='email') }}"
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- caddy
|
||||
|
||||
Reference in New Issue
Block a user