mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
typo fix
This commit is contained in:
parent
b509de6c84
commit
89cc54cc16
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Facts(object):
|
|||
data = out.split('\n')
|
||||
self.facts['architecture'] = data[0]
|
||||
except:
|
||||
self.facts['architectrure' = 'Not Available'
|
||||
self.facts['architectrure'] = 'Not Available'
|
||||
elif self.facts['system'] == 'OpenBSD':
|
||||
self.facts['architecture'] = platform.uname()[5]
|
||||
|
||||
|
|
Loading…
Reference in a new issue