Skip to content

Commit

Permalink
fix ansible secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Sep 28, 2023
1 parent 262f8d2 commit efcebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
become: true
strategy: free
vars:
- secrets: "{{ lookup('community.general.onepassword', 'Ansible Secrets', subdomain='dimagi', vault='CommCare Connect', field='secrets_yaml') | from_yaml }}"
- secrets: "{{ (lookup('community.general.onepassword', 'Ansible Secrets', subdomain='dimagi', vault='CommCare Connect', field='secrets_yaml') | from_yaml).secrets }}"
roles:
- role: connect

0 comments on commit efcebca

Please sign in to comment.