summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/os_family.yml
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2024-09-26 21:05:57 +0200
committerGitHub <noreply@github.com>2024-09-26 21:05:57 +0200
commit34f8f55d9e5a85d21207cc174f88eb2d62edd119 (patch)
tree2f40c3b38845ada74ee51ec76c02da37f3ccbe2e /changelogs/fragments/os_family.yml
parentpackage/dnf action plugins: better facts failure msg (#83995) (diff)
downloadansible-34f8f55d9e5a85d21207cc174f88eb2d62edd119.tar.xz
ansible-34f8f55d9e5a85d21207cc174f88eb2d62edd119.zip
facts: Skip path if the distribution path is directory (#84012)
* facts: Skip path if the distribution path is directory Skip path if the distribution path is directory instead of file. Handle exception raised while handling distribution path. Fixes: #84006 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * Review requests --------- Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs/fragments/os_family.yml')
-rw-r--r--changelogs/fragments/os_family.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/os_family.yml b/changelogs/fragments/os_family.yml
new file mode 100644
index 0000000000..7126a00c27
--- /dev/null
+++ b/changelogs/fragments/os_family.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - facts - skip if distribution file path is directory, instead of raising error (https://github.com/ansible/ansible/issues/84006).