nodes: use node.os and node.os_version correctly
This commit is contained in:
parent
1cd5476398
commit
880184807b
4 changed files with 10 additions and 11 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue