GnuPG: install my key
Tried something fancy with ansible-galaxy but meh
This commit is contained in:
parent
48031d8df7
commit
256a08f1a7
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "config/automatrop/plugins/modules/aur"]
|
||||
path = config/automatrop/plugins/modules/aur
|
||||
url = https://github.com/kewlfft/ansible-aur.git
|
||||
[submodule "config/automatrop/plugins/modules/gpg_key"]
|
||||
path = config/automatrop/plugins/modules/gpg_key
|
||||
url = https://github.com/netson/ansible-gpg-key.git
|
||||
|
|
1
config/automatrop/plugins/modules/gpg_key
Submodule
1
config/automatrop/plugins/modules/gpg_key
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 435f8e6aea0ba9be482c4409db380868a23fea9c
|
|
@ -47,5 +47,6 @@
|
|||
# TODO Set default-key in extensions depending on which ones are available
|
||||
# TODO Add enable-ssh-support to gpg-agent.conf in extensions to signal shenv that we should not use the SSH agent
|
||||
|
||||
# TODO Import 0x8312C8CAC1BAC289 with https://github.com/netson/ansible-gpg-key,
|
||||
# think about the source
|
||||
- name: Install Geoffrey Frogeye's key
|
||||
gpg_key:
|
||||
fpr: 4FBA930D314A03215E2CDB0A8312C8CAC1BAC289
|
||||
|
|
Loading…
Reference in a new issue