Add support for syncWindows in additionalProjects

This commit is contained in:
Connor Hallett 2020-07-08 13:42:31 -04:00 committed by GitHub
parent 8c96f76451
commit ec26b322c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,5 +46,9 @@ items:
roles:
{{- toYaml .roles | nindent 8 }}
{{- end }}
{{- if .syncWindows }}
syncWindows:
{{- toYaml .syncWindows | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}