mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-23 12:01:30 +01:00
ansible: fix setup.yml syntax error
This commit is contained in:
parent
c9767aad51
commit
b50a9dec24
|
@ -57,7 +57,7 @@
|
||||||
- name: zsh config
|
- name: zsh config
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: $HOME/.zshrc
|
path: $HOME/.zshrc
|
||||||
marker: "# brethil dotfiles"
|
marker: "# brethil dotfiles"
|
||||||
block: |
|
block: |
|
||||||
export DOTFILES={{ DOTFILES }}
|
export DOTFILES={{ DOTFILES }}
|
||||||
source $DOTFILES/brethil_dotfile.sh
|
source $DOTFILES/brethil_dotfile.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user