ios_user: include filter works just as well. (#51845)

pull/51987/head
Geraint Jones 5 years ago committed by Nathaniel Case
parent 1fdceac37e
commit d1b2ef9c5c

@ -357,7 +357,7 @@ def parse_password_type(data):
def map_config_to_obj(module):
data = get_config(module, flags=['| section username'])
data = get_config(module, flags=['| include username'])
match = re.findall(r'(?:^(?:u|\s{2}u))sername (\S+)', data, re.M)
if not match:

Loading…
Cancel
Save