summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2022-10-26 16:07:29 -0500
committerGitHub <noreply@github.com>2022-10-26 16:07:29 -0500
commite0d20bc4781ff003c59ed7815fd2252656a9dd4a (patch)
tree325ba76019abba263d4b8619b2c450e26e107f73 /changelogs
parent1a583e3c0d67a63cef1b1a433f176b7983d39812 (diff)
downloadansible-e0d20bc4781ff003c59ed7815fd2252656a9dd4a.tar.gz
[stable-2.13] Don't assume column index for netmask and broadcast (#79121) (#79133)
* Don't assume column index for netmask and broadcast. Fixes #79117 * fix typo (cherry picked from commit f53dbf9) Co-authored-by: Matt Martz <matt@sivel.net>
Diffstat (limited to 'changelogs')
-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)