ansible/changelogs/fragments/apt_key_fixes.yml
Brian Coca 5aa4295d74
change detection and check mode fixes for apt_key (#73334)
Change detection and check mode fixes for apt_key

* allow apt-key to use proxies
* add note about deprecation of apt-key itself
* expanded error msgs
* show all keys
* fix short_format parsing
* added more return info and documented it
2021-01-27 18:40:58 -05:00

2 lines
124 B
YAML

bugfixes:
- several fixes to make apt_key better at identifying needs for change and also to avoid changes in check_mode.