This website requires JavaScript.
Explore
Get Started
zuul
/
zuul-jobs
Code
Issues
Proposed changes
f76cfbab11
Branches
Tags
No results found.
zuul-jobs
/
roles
/
remove-gpgkey
/
tasks
/
main.yaml
3 lines
76 B
YAML
Raw
Normal View
History
Unescape
Escape
Add roles to add/remove a GPG key Current usage of gpg keys involves a single role that adds, signs, and removes the key all in one. Some jobs may need the GPG key installed normally onto the remote host, then left in place, and later removed. This change facilitates that. Change-Id: I2f13f0c4de91808ba1bbdcc0fd20a547e43d602b
2017-10-19 20:26:16 +00:00
-
name
:
Remove GPG key
Fix exec quoting in release remove-gpgkey role Between YAML, Ansible and Shell unpacking that '\;' this should work. Change-Id: If6a7affc2f1e2a3ac086d8db9ac3a3051040cc59
2019-03-15 13:19:10 +00:00
shell
:
find ~/.gnupg/ -type f -exec shred -u {} \;
Copy Permalink