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 - name: Debugging information
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
commands: commands:
- | - yamllint --version
set -x - packer --version
- pwsh --version
yamllint --version - ovftool --version
packer --version
pwsh --version
ovftool --version
- name: Active Directory Domain Services - name: Active Directory Domain Services
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
pull: always pull: always

View File

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