mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert back to using section (#53069)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
parent
55dc63be3a
commit
5d8f307116
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ def parse_password_type(data):
|
||||||
|
|
||||||
|
|
||||||
def map_config_to_obj(module):
|
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)
|
match = re.findall(r'(?:^(?:u|\s{2}u))sername (\S+)', data, re.M)
|
||||||
if not match:
|
if not match:
|
||||||
|
|
Loading…
Reference in a new issue