ios_user: include filter works just as well. (#51845)
This commit is contained in:
parent
1fdceac37e
commit
d1b2ef9c5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue