2 Commits

Author SHA1 Message Date
1e885beb45 Fix plugin version constraint
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-04 22:39:31 +02:00
01e2fff44f Remove redundand feedback 2021-06-04 22:35:26 +02:00
2 changed files with 5 additions and 8 deletions

View File

@ -14,13 +14,10 @@ steps:
- name: Debugging information
image: bv11-cr01.bessems.eu/library/packer-extended
commands:
- |
set -x
yamllint --version
packer --version
pwsh --version
ovftool --version
- yamllint --version
- packer --version
- pwsh --version
- ovftool --version
- name: Windows Server 2019
image: bv11-cr01.bessems.eu/library/packer-extended
commands:

View File

@ -1,7 +1,7 @@
packer {
required_plugins {
windows-update = {
version = "0.12.0"
version = ">= 0.12.0"
source = "github.com/rgl/windows-update"
}
}