fix copy files
This commit is contained in:
parent
103b12dd53
commit
86fc679a6e
@ -24,5 +24,6 @@
|
|||||||
line: '[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh'
|
line: '[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh'
|
||||||
- name: copy config to skel
|
- name: copy config to skel
|
||||||
copy:
|
copy:
|
||||||
|
remote_src: yes
|
||||||
src: "{{ role_path }}/files/.p10k.zsh"
|
src: "{{ role_path }}/files/.p10k.zsh"
|
||||||
dest: "/etc/skel/.p10k.zsh"
|
dest: "/etc/skel/.p10k.zsh"
|
@ -12,6 +12,7 @@
|
|||||||
update: yes
|
update: yes
|
||||||
- name: copy .zsh template to "{{ oh_my_zsh_install_folder }}/.zshrc"
|
- name: copy .zsh template to "{{ oh_my_zsh_install_folder }}/.zshrc"
|
||||||
copy:
|
copy:
|
||||||
|
remote_src: yes
|
||||||
src: "{{ oh_my_zsh_install_folder }}/templates/zshrc.zsh-template"
|
src: "{{ oh_my_zsh_install_folder }}/templates/zshrc.zsh-template"
|
||||||
dest: "{{ oh_my_zsh_install_folder }}/.zshrc"
|
dest: "{{ oh_my_zsh_install_folder }}/.zshrc"
|
||||||
- name: replace ZSH path in .zshrc
|
- name: replace ZSH path in .zshrc
|
||||||
|
Loading…
Reference in New Issue
Block a user