mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
Merge pull request #870 from dhozac/setup-archtecture
Fix spelling of architecture for non-x86
This commit is contained in:
@@ -78,7 +78,7 @@ class Facts(object):
|
||||
elif Facts._I386RE.search(self.facts['machine']):
|
||||
self.facts['architecture'] = 'i386'
|
||||
else:
|
||||
self.facts['archtecture'] = self.facts['machine']
|
||||
self.facts['architecture'] = self.facts['machine']
|
||||
if self.facts['system'] == 'Linux':
|
||||
self.get_distribution_facts()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user