mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Typo
This commit is contained in:
@@ -186,7 +186,7 @@ class Facts(object):
|
|||||||
if self.facts['system'] == 'Linux':
|
if self.facts['system'] == 'Linux':
|
||||||
self.get_distribution_facts()
|
self.get_distribution_facts()
|
||||||
elif self.facts['system'] == 'AIX':
|
elif self.facts['system'] == 'AIX':
|
||||||
# Attempt to use getconf to figure out architechture
|
# Attempt to use getconf to figure out architecture
|
||||||
# fall back to bootinfo if needed
|
# fall back to bootinfo if needed
|
||||||
if module.get_bin_path('getconf'):
|
if module.get_bin_path('getconf'):
|
||||||
rc, out, err = module.run_command([module.get_bin_path('getconf'),
|
rc, out, err = module.run_command([module.get_bin_path('getconf'),
|
||||||
|
|||||||
Reference in New Issue
Block a user