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
|
@ -5,8 +5,7 @@ nodes['gce.bind01'] = {
|
|||
'groups': {
|
||||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
'os': 'debian',
|
||||
'os_release': 'buster',
|
||||
},
|
||||
'metadata': {},
|
||||
'os': 'debian',
|
||||
'os_version': (10, 5),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue