summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2022-10-13 14:16:13 -0500
committerGitHub <noreply@github.com>2022-10-13 12:16:13 -0700
commitf53dbf90eae9dabd7fc182707d5907cb49ec0ffb (patch)
tree0d60e040ce399bcf7fa3228dbde12451428a0c19 /changelogs/fragments
parentc4d6629bce3cbcaff56685315b98b98027fdd3a4 (diff)
downloadansible-f53dbf90eae9dabd7fc182707d5907cb49ec0ffb.tar.gz
Don't assume column index for netmask and broadcast (#79121)
* Don't assume column index for netmask and broadcast. Fixes #79117 * fix typo
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/79117-bsd-ifconfig-inet-fix.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/79117-bsd-ifconfig-inet-fix.yml b/changelogs/fragments/79117-bsd-ifconfig-inet-fix.yml
new file mode 100644
index 0000000000..ae211a0e66
--- /dev/null
+++ b/changelogs/fragments/79117-bsd-ifconfig-inet-fix.yml
@@ -0,0 +1,4 @@
+bugfixes:
+- BSD network facts - Do not assume column indexes, look for ``netmask`` and
+ ``broadcast`` for determining the correct columns when parsing ``inet`` line
+ (https://github.com/ansible/ansible/issues/79117)