Skip to content

Commit ecddfa6

Browse files
committed
fix(ansible kuber): add version to model
1 parent c5fd92d commit ecddfa6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/models/ansible_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class AnsibleInstallKuber(AnsibleBase):
3838
k8s_worker_nodes: List[str]
3939
k8s_master_nodes: List[str]
4040
lb_nodes: List[str]
41+
version:str = 1.31.2
4142

4243

4344
@validator("os")

0 commit comments

Comments
 (0)