ansible-duply-backup icon indicating copy to clipboard operation
ansible-duply-backup copied to clipboard

Make gpg_key completely optional

Open goetzk opened this issue 2 years ago • 0 comments

In the current codebase GPG_KEY is set to disabled if gpg_key is unset. This causes a problem because GPG_KEY is completely optional when GPG_KEYS_ENC and GPG_KEY_SIGN are in use together.

This change will comment out GPG_KEY instead of adding it with disabled= to allow GPG_KEYS_ENC and GPG_KEY_SIGN to be used.

goetzk avatar Sep 21 '23 05:09 goetzk