Fix yamllint errors;change yamllint config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-04-09 11:24:46 +02:00
parent 632caa89ef
commit 280d3e2258
11 changed files with 12 additions and 11 deletions

View File

@ -8,7 +8,7 @@ steps:
pull: always pull: always
commands: commands:
- | - |
yamllint -d "{extends: relaxed}" scripts yamllint -d "{extends: relaxed, rules: {line-length: disable}}" scripts
- | - |
packer validate \ packer validate \
-var-file=packer/variables.vsphere.json \ -var-file=packer/variables.vsphere.json \

View File

@ -11,7 +11,6 @@ Users:
- DistinguishedName: CN=zzLDAP,OU=Service accounts,OU=Privileged,OU=User accounts - DistinguishedName: CN=zzLDAP,OU=Service accounts,OU=Privileged,OU=User accounts
Password: "{{ password.zzldap }}" Password: "{{ password.zzldap }}"
MemberOf: [] MemberOf: []
--- ---
Variables: Variables:
- Name: password.janedoe - Name: password.janedoe

View File

@ -34,3 +34,4 @@ Variables:
- Name: addsconfig.ntpserver - Name: addsconfig.ntpserver
Expression: | Expression: |
($Parameter['addsconfig.ntpserver'] -split ',' | ForEach-Object {'{0},0x1' -f $_}) -join ' ' ($Parameter['addsconfig.ntpserver'] -split ',' | ForEach-Object {'{0},0x1' -f $_}) -join ' '

View File

@ -114,3 +114,4 @@ RegistryEntries:
Type: DWord Type: DWord
ValueName: WebPublish ValueName: WebPublish
Value: 1 Value: 1