forked from infra/ansible
updates-uptimes: Fix typo on os name match.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
cd2ec90a5b
commit
88e5301eac
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def line2data(line):
|
|||
osinfo = osname + '/' + osvers
|
||||
if osname == 'CentOS':
|
||||
osinfo = 'EL/' + osvers
|
||||
if osname == 'Redhat':
|
||||
if osname == 'RedHat':
|
||||
osinfo = 'EL/' + osvers
|
||||
if osname == 'Fedora':
|
||||
osinfo = 'F/' + osvers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue