ansible: fix setup.yml syntax error

fix-ci
bretello 2022-08-22 10:14:07 +02:00
parent c9767aad51
commit b50a9dec24
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

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