ansible-gpg-import-module
ansible-gpg-import-module copied to clipboard
fix key_present when using key_id
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