nodes: use node.os and node.os_version correctly

This commit is contained in:
Franzi 2020-08-29 21:09:42 +02:00
parent 1cd5476398
commit 880184807b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 10 additions and 11 deletions

View file

@ -24,7 +24,7 @@ nodes['htz-cloud.pirmasens'] = {
'delete': True,
},
},
'os': 'debian',
'os_release': 'buster',
},
'os': 'debian',
'os_version': (10, 5),
}

View file

@ -16,7 +16,7 @@ nodes['htz-cloud.sewfile'] = {
},
},
},
'os': 'debian',
'os_release': 'buster',
},
'os': 'debian',
'os_version': (10, 5),
}