diff --git a/roles/backup_client/handlers/main.yml b/roles/backup_client/handlers/main.yml index 94b2a14452c82e26591dae129aaaeec9c1255582..57fc94ec6507739f3612516dcde885616371387d 100644 --- a/roles/backup_client/handlers/main.yml +++ b/roles/backup_client/handlers/main.yml @@ -1,8 +1,7 @@ --- -# 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: