mirror of https://github.com/ansible/ansible.git
Apt key bye (#84555)
* apt-key module updates due to debian removal Still kept for now for backwards compat, but removing from testing when not present And adding more explicit mesasges to errors to point to new module * added docs and error msg * clog * aslkdfj * no docs to document doc changes * also add warning to apt_repository * clog on apt_repo too * fix string concat * Apply suggestions from code review Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> --------- Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>pull/84588/head
parent
689c047e3a
commit
4953fc7b26
@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- apt_key module - add notes to docs and errors to point at the CLI tool deprecation by Debian and alternatives
|
||||
- apt_repository module - add notes to errors to point at the CLI tool deprecation by Debian and alternatives
|
||||
bugfixes:
|
||||
- apt_key module - prevent tests from running when apt-key was removed
|
||||
Loading…
Reference in New Issue