Fixed path for Ansible roles
This commit is contained in:
parent
842e927ccc
commit
17aa94f51d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
{{ includeTemplate "universal/profile" }}
|
||||
{{ includeTemplate "universal/logg" }}
|
||||
|
||||
{{ $roleDirs := (output "find" (joinPath .chezmoi.homeDir ".local" "src" "gas-station" "roles") "-mindepth" "2" "-maxdepth" "2" "-type" "d") -}}
|
||||
{{ $roleDirs := (output "find" (joinPath .chezmoi.homeDir ".local" "share" "gas-station" "roles") "-mindepth" "2" "-maxdepth" "2" "-type" "d") -}}
|
||||
{{- range $roleDir := splitList "\n" $roleDirs -}}
|
||||
{{- if ne $roleDir "" -}}
|
||||
# {{ $roleDir }}
|
||||
|
|
Loading…
Reference in a new issue