1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-23 03:51:31 +01:00

ansible: fix setup.yml syntax error

This commit is contained in:
bretello 2022-08-22 10:14:07 +02:00
parent c9767aad51
commit b50a9dec24
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -57,7 +57,7 @@
- name: zsh config
blockinfile:
path: $HOME/.zshrc
marker: "# brethil dotfiles"
marker: "# brethil dotfiles"
block: |
export DOTFILES={{ DOTFILES }}
source $DOTFILES/brethil_dotfile.sh