Revert back to using section (#53069)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
pull/4420/head
Nilashish Chakraborty 2019-03-01 00:13:34 +05:30 committed by Nathaniel Case
parent 55dc63be3a
commit 5d8f307116
1 changed files with 1 additions and 1 deletions

View File

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