facts: detect IP addresses on busybox properly (#51131)

* facts: detect IP addresses on busybox properly

Fixes #50871

* Check rc before parsing data

* Ooops
This commit is contained in:
Martin Krizek
2019-01-23 22:24:29 +01:00
committed by GitHub
parent 16511501b6
commit 11fb0a5d6a
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Detect IP addresses on a system with busybox properly (https://github.com/ansible/ansible/issues/50871)