825ab5fb99
Between YAML, Ansible and Shell unpacking that '\;' this should work. Change-Id: If6a7affc2f1e2a3ac086d8db9ac3a3051040cc59
3 lines
76 B
YAML
3 lines
76 B
YAML
- name: Remove GPG key
|
|
shell: find ~/.gnupg/ -type f -exec shred -u {} \;
|