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 - 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: Windows Server 2019 - name: Windows Server 2019
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
commands: commands:

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