From 11707576a35a7f80f21eb2aa4b1143cdf365a09e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 18 Sep 2015 10:43:53 -0400 Subject: [PATCH] fix for AIX network facts fixes #12434 --- lib/ansible/module_utils/facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/module_utils/facts.py b/lib/ansible/module_utils/facts.py index ab37177bc6e..3d479c68c37 100644 --- a/lib/ansible/module_utils/facts.py +++ b/lib/ansible/module_utils/facts.py @@ -2355,7 +2355,7 @@ class AIXNetwork(GenericBsdIfconfigNetwork, Network): return interface['v4'], interface['v6'] # AIX 'ifconfig -a' does not have three words in the interface line - def get_interfaces_info(self, ifconfig_path, ifconfig_options): + def get_interfaces_info(self, ifconfig_path, ifconfig_options='-a'): interfaces = {} current_if = {} ips = dict(