fix copy files

This commit is contained in:
Haug, Christoph 2022-05-04 16:08:39 +02:00
parent 103b12dd53
commit 86fc679a6e
2 changed files with 2 additions and 0 deletions

View File

@ -24,5 +24,6 @@
line: '[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh'
- name: copy config to skel
copy:
remote_src: yes
src: "{{ role_path }}/files/.p10k.zsh"
dest: "/etc/skel/.p10k.zsh"

View File

@ -12,6 +12,7 @@
update: yes
- name: copy .zsh template to "{{ oh_my_zsh_install_folder }}/.zshrc"
copy:
remote_src: yes
src: "{{ oh_my_zsh_install_folder }}/templates/zshrc.zsh-template"
dest: "{{ oh_my_zsh_install_folder }}/.zshrc"
- name: replace ZSH path in .zshrc