summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorflowerysong <paul.arthur@flowerysong.com>2024-07-05 19:27:45 +0200
committerGitHub <noreply@github.com>2024-07-05 19:27:45 +0200
commit63538f777950e972ec04967a94db8d7c5758daac (patch)
tree5f6a514957b6b2079648141f26e3db4a52112280 /changelogs/fragments
parentlinear: fix included handlers executing in lockstep (#83209) (diff)
downloadansible-63538f777950e972ec04967a94db8d7c5758daac.tar.xz
ansible-63538f777950e972ec04967a94db8d7c5758daac.zip
package_facts: fix warning logic (#83520)
* package_facts: fix warning logic * Refactor so that warnings can work
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/package_facts_warnings.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/package_facts_warnings.yml b/changelogs/fragments/package_facts_warnings.yml
new file mode 100644
index 0000000000..0edb03f052
--- /dev/null
+++ b/changelogs/fragments/package_facts_warnings.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - package_facts - returns the correct warning when package listing fails.
+ - package_facts - no longer fails silently when the selected package manager is unable to list packages.