mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Importing a (sign only) subkey with apt_key module always fails, however the actual keyring gets created and contains the correct keys. Apparently the all_keys function skips the subkeys, hence the problem. Fixes #4365