2 Commits

Author SHA1 Message Date
a57c64a04a Fix plugin version constraint
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-04 22:39:07 +02:00
d3802bba75 Remove redundant feedback 2021-06-04 22:35:56 +02:00
2 changed files with 5 additions and 8 deletions

View File

@ -6,13 +6,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: Active Directory Domain Services
image: bv11-cr01.bessems.eu/library/packer-extended
pull: always

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"
}
}