zuul-jobs/roles/remove-gpgkey/tasks/main.yaml
Thierry Carrez 825ab5fb99 Fix exec quoting in release remove-gpgkey role
Between YAML, Ansible and Shell unpacking that '\;'
this should work.

Change-Id: If6a7affc2f1e2a3ac086d8db9ac3a3051040cc59
2019-03-15 14:36:14 +01:00

3 lines
76 B
YAML

- name: Remove GPG key
shell: find ~/.gnupg/ -type f -exec shred -u {} \;