Fix yamllint errors;change yamllint config
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
632caa89ef
commit
280d3e2258
@ -8,7 +8,7 @@ steps:
|
||||
pull: always
|
||||
commands:
|
||||
- |
|
||||
yamllint -d "{extends: relaxed}" scripts
|
||||
yamllint -d "{extends: relaxed, rules: {line-length: disable}}" scripts
|
||||
- |
|
||||
packer validate \
|
||||
-var-file=packer/variables.vsphere.json \
|
||||
|
@ -11,7 +11,6 @@ Users:
|
||||
- DistinguishedName: CN=zzLDAP,OU=Service accounts,OU=Privileged,OU=User accounts
|
||||
Password: "{{ password.zzldap }}"
|
||||
MemberOf: []
|
||||
|
||||
---
|
||||
Variables:
|
||||
- Name: password.janedoe
|
||||
|
@ -34,3 +34,4 @@ Variables:
|
||||
- Name: addsconfig.ntpserver
|
||||
Expression: |
|
||||
($Parameter['addsconfig.ntpserver'] -split ',' | ForEach-Object {'{0},0x1' -f $_}) -join ' '
|
||||
|
@ -114,3 +114,4 @@ RegistryEntries:
|
||||
Type: DWord
|
||||
ValueName: WebPublish
|
||||
Value: 1
|
||||
|
Loading…
Reference in New Issue
Block a user