Changeset - 2460d22adea3
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-01-05 22:51:45
branko@majic.rs
MAR-148: Use dynamic include_tasks for cleaning up the GnuPG keyring used for backup encryption and signing:

- Required due to change in Ansible - the import_tasks cannot be
notified any longer by the tasks.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/backup_client/handlers/main.yml
Show inline comments
 
@@ -3,7 +3,7 @@
 
# Preferably we would use block here, but blocks cannot be used as
 
# handlers unfortunately.
 
- name: Clean-up GnuPG keyring for import of new keys
 
  import_tasks: cleanup_gnupg.yml
 
  include_tasks: cleanup_gnupg.yml
 

	
 
- name: Import private keys
 
  command: "{{ gnupg_binary }} --no-tty --homedir /etc/duply/main/gnupg --import /etc/duply/main/private_keys.asc"
0 comments (0 inline, 0 general)