diff options
author | flowerysong <paul.arthur@flowerysong.com> | 2024-07-05 19:27:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 19:27:45 +0200 |
commit | 63538f777950e972ec04967a94db8d7c5758daac (patch) | |
tree | 5f6a514957b6b2079648141f26e3db4a52112280 /changelogs/fragments | |
parent | linear: fix included handlers executing in lockstep (#83209) (diff) | |
download | ansible-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.yml | 3 |
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. |