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

@ -5,8 +5,7 @@ nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
'os': 'debian',
'os_release': 'buster',
},
'metadata': {},
'os': 'debian',
'os_version': (10, 5),
}