mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix dynamic inventory parsing in contrib/tf/packet (#4645)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f5a83ceded
commit
696d481e3b
@@ -178,7 +178,6 @@ def packet_device(resource, tfvars=None):
|
||||
}
|
||||
|
||||
# add groups based on attrs
|
||||
groups.append('packet_facilities=' + attrs['facilities'])
|
||||
groups.append('packet_operating_system=' + attrs['operating_system'])
|
||||
groups.append('packet_locked=%s' % attrs['locked'])
|
||||
groups.append('packet_state=' + attrs['state'])
|
||||
|
||||
Reference in New Issue
Block a user