3ec0861e6b
This adds a script that will wrap emacs with gpg-agent when editing the secrets file. This avoids issues with rogue gpg-agents running on the system. Change-Id: Ic3cc73b5c25eab2ede41d8ca05b5695b817973d9
6 lines
116 B
YAML
6 lines
116 B
YAML
- name: Copy edit-secrets script
|
|
copy:
|
|
mode: 0750
|
|
src: edit-secrets
|
|
dest: /usr/local/bin/edit-secrets
|