Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-09-28 16:58:03 +0300
committerGitHub <noreply@github.com>2022-09-28 16:58:03 +0300
commit7acd4f75c037974be7fa4e7eabe55152dfc57500 (patch)
tree326aa5ad4c5d55ec243237493913f38e1d1bdafd /changelogs
parent95236c556951bf421fec439cad25cef59402a6b6 (diff)
apt module, prevent tb from invalid type for pkg (#78666)
* apt module, prevent tb from invalid type for pkg see #78663
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/apt_notb.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/apt_notb.yml b/changelogs/fragments/apt_notb.yml
new file mode 100644
index 00000000000..30d7c41da04
--- /dev/null
+++ b/changelogs/fragments/apt_notb.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - apt module should not traceback on invalid type given as package. issue 78663.