File diff 69379b686c40 → 75810ce2ad3d
roles/backup_client/handlers/main.yml
Show inline comments
 
---
 

	
 
# Can't use file module, since one of the files (GnuPG socket)
 
# seems to disappear in middle of operation). This is change between
 
# Jessie and Stretch.
 
# @TODO: Can't use file module, since one of the files (GnuPG socket)
 
#        seems to disappear in middle of operation).
 
- name: Remove current keyring
 
  command: "rm -rf /etc/duply/main/gnupg"
 
  args: