mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Remove some tab/space issues in previous commits.
This commit is contained in:
parent
6a487409db
commit
c485cb3700
4 changed files with 7 additions and 9 deletions
|
@ -193,7 +193,7 @@ class Facts(object):
|
|||
|
||||
self.facts['os_family'] = self.facts['distribution']
|
||||
if self.facts['distribution'] in OS_FAMILY:
|
||||
self.facts['os_family'] = OS_FAMILY[self.facts['distribution']]
|
||||
self.facts['os_family'] = OS_FAMILY[self.facts['distribution']]
|
||||
|
||||
def get_cmdline(self):
|
||||
data = get_file_content('/proc/cmdline')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue