mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove redundant method (#55566)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
91d187f780
commit
cce05c1ed2
1 changed files with 0 additions and 5 deletions
|
@ -283,11 +283,6 @@ class Default(FactsBase):
|
|||
|
||||
return platform_facts
|
||||
|
||||
def parse_license_hostid(self, data):
|
||||
match = re.search(r'License hostid: VDH=(.+)$', data, re.M)
|
||||
if match:
|
||||
return match.group(1)
|
||||
|
||||
|
||||
class Config(FactsBase):
|
||||
|
||||
|
|
Loading…
Reference in a new issue