Merge "Delete keyring dir when we're done"
This commit is contained in:
commit
d7d90adbc0
@ -24,3 +24,8 @@
|
||||
command: "gpg --homedir {{ gnupg_tmpdir.path }} --armor --detach-sign {{ item.path }}"
|
||||
with_items: "{{ artifacts.files }}"
|
||||
when: artifacts.matched|bool
|
||||
|
||||
- name: Delete keyring directory
|
||||
file:
|
||||
path: "{{ gnupg_tmpdir.path }}"
|
||||
state: absent
|
||||
|
Loading…
x
Reference in New Issue
Block a user