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:
Brian Zalewski 2023-01-04 06:48:12 +00:00
parent de00091c07
commit c3342f8194
17 changed files with 28 additions and 10 deletions

View file

@ -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

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/commit-msg

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/commit-msg
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/post-checkout

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-checkout
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/post-commit

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-commit
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/post-merge

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-merge
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/post-rewrite

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-rewrite
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/pre-commit

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/pre-commit
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/pre-push

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/pre-push
{{- end -}}

View file

@ -1 +0,0 @@
~/.local/src/shared-common/common/.config/husky/prepare-commit-msg

View file

@ -0,0 +1,3 @@
{{- if true -}}
{{ .host.home }}/.local/src/shared-common/common/.config/husky/prepare-commit-msg
{{- end -}}