fix copy files
This commit is contained in:
		@@ -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" 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user