ansible-gpg-import-module icon indicating copy to clipboard operation
ansible-gpg-import-module copied to clipboard

fix key_present when using key_id

Open LorenzBischof opened this issue 7 years ago • 0 comments

I noticed that the module always reports changed when importing my key from a public server. Since key_type is private by default, it never entered the last else:

I haven't tested this with key_file, but as far as I can see key_id and key_file are exclusive

LorenzBischof avatar Oct 21 '17 15:10 LorenzBischof