Skip to content

Commit e66b79b

Browse files
committed
set valid versions for vagrant boxes
1 parent 46069f7 commit e66b79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/ansible/molecule/config/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ driver:
1010
platforms:
1111
- name: "2016"
1212
box: StefanScherer/windows_2016
13-
box_version: 2019.02.14
13+
box_version: ${MOLECULE_VAGRANT_BOX_VERSION:-2019.02.14}
1414
box_url: ${MOLECULE_VAGRANT_BOX_URL}
1515
cpus: 2
1616
memory: 8192
@@ -30,7 +30,7 @@ platforms:
3030
- "winrm.retry_delay = 10"
3131
- name: "2019"
3232
box: gusztavvargadr/iis-windows-server
33-
box_version: 2102.0.2312
33+
box_version: ${MOLECULE_VAGRANT_BOX_VERSION:-2102.0.2312}
3434
box_url: ${MOLECULE_VAGRANT_BOX_URL}
3535
cpus: 2
3636
memory: 8192

0 commit comments

Comments
 (0)