mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added back return false for when not debian
This commit is contained in:
@@ -943,6 +943,8 @@ class Distribution(object):
|
||||
elif 'Ubuntu' in data:
|
||||
self.facts['distribution'] = 'Ubuntu'
|
||||
# nothing else to do, Ubuntu gets correct info from python functions
|
||||
else:
|
||||
return False
|
||||
|
||||
def get_distribution_Mandriva(self, name, data, path):
|
||||
if 'Mandriva' in data:
|
||||
|
||||
Reference in New Issue
Block a user