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

@ -45,7 +45,7 @@ nodes['htz.ex42-1048908'] = {
'reboot': False,
},
'repos': {
'buster-backports': {
'backports': {
'install_gpg_key': False, # default debian signing key
'items': [
'deb http://deb.debian.org/debian buster-backports main',
@ -232,7 +232,7 @@ nodes['htz.ex42-1048908'] = {
],
},
},
'os': 'debian',
'os_release': 'buster',
},
'os': 'debian',
'os_version': (10, 5),
}