Fix exec quoting in release remove-gpgkey role
Between YAML, Ansible and Shell unpacking that '\;' this should work. Change-Id: If6a7affc2f1e2a3ac086d8db9ac3a3051040cc59
This commit is contained in:
parent
7d2d3751f0
commit
825ab5fb99
@ -1,2 +1,2 @@
|
||||
- name: Remove GPG key
|
||||
shell: 'find ~/.gnupg/ -type f -exec shred -u {} \\;'
|
||||
shell: find ~/.gnupg/ -type f -exec shred -u {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user