Update 17 files
- /home/private_dot_config/git/template/symlink_commit-msg - /home/private_dot_config/git/template/symlink_post-checkout - /home/private_dot_config/git/template/symlink_post-commit - /home/private_dot_config/git/template/symlink_post-merge - /home/private_dot_config/git/template/symlink_post-rewrite - /home/private_dot_config/git/template/symlink_pre-commit - /home/private_dot_config/git/template/symlink_pre-push - /home/private_dot_config/git/template/symlink_prepare-commit-msg - /home/private_dot_config/git/template/symlink_commit-msg.tmpl - /home/private_dot_config/git/template/symlink_post-checkout.tmpl - /home/private_dot_config/git/template/symlink_post-commit.tmpl - /home/private_dot_config/git/template/symlink_post-merge.tmpl - /home/private_dot_config/git/template/symlink_post-rewrite.tmpl - /home/private_dot_config/git/template/symlink_pre-commit.tmpl - /home/private_dot_config/git/template/symlink_pre-push.tmpl - /home/private_dot_config/git/template/symlink_prepare-commit-msg.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.tmpl
This commit is contained in:
parent
de00091c07
commit
c3342f8194
17 changed files with 28 additions and 10 deletions
|
@ -25,5 +25,7 @@ find "$HOME/.local/src/gas-station/roles" -mindepth 2 -maxdepth 2 -type d | whil
|
|||
fi
|
||||
done
|
||||
|
||||
logg info 'Ensuring Ansible Galaxy collections are installed'
|
||||
ansible-galaxy install -r "$HOME/.local/src/gas-station/requirements.yml"
|
||||
if [ -f "$HOME/.local/src/gas-station/requirements.yml" ] && command -v ansible-galaxy > /dev/null; then
|
||||
logg info 'Ensuring Ansible Galaxy collections are installed'
|
||||
ansible-galaxy install -r "$HOME/.local/src/gas-station/requirements.yml"
|
||||
fi
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/commit-msg
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/commit-msg
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/post-checkout
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-checkout
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/post-commit
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-commit
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/post-merge
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-merge
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/post-rewrite
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-rewrite
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/pre-commit
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/pre-commit
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/pre-push
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/pre-push
|
||||
{{- end -}}
|
|
@ -1 +0,0 @@
|
|||
~/.local/src/shared-common/common/.config/husky/prepare-commit-msg
|
|
@ -0,0 +1,3 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/prepare-commit-msg
|
||||
{{- end -}}
|
Loading…
Reference in a new issue