diff --git a/modules/zsh.yml b/modules/zsh.yml index c178009..24b83af 100644 --- a/modules/zsh.yml +++ b/modules/zsh.yml @@ -6,24 +6,24 @@ become: yes become_user: aur_builder -- name: Clone dotfiles - ansible.builtin.git: - repo: https://gitea.maiertobi.de/tobimai/dotfiles.git - dest: /tmp/dotfiles - force: yes +#- name: Clone dotfiles +# ansible.builtin.git: +# repo: https://gitea.maiertobi.de/tobimai/dotfiles.git +# dest: /tmp/dotfiles +# force: yes -- name: Copy zshrc to home dir - ansible.builtin.copy: - src: //tmp/dotfiles/.zshrc - dest: /home/tobi/.zshrc - owner: tobi - group: tobi - mode: '0644' +#- name: Copy zshrc to home dir +# ansible.builtin.copy: +# src: //tmp/dotfiles/.zshrc +# dest: /home/tobi/.zshrc +# owner: tobi +# group: tobi +# mode: '0644' -- name: Copy p10k to home dir - ansible.builtin.copy: - src: //tmp/dotfiles/.p10k.zsh - dest: /home/tobi/.p10k.zsh - owner: tobi - group: tobi - mode: '0644' +#- name: Copy p10k to home dir +# ansible.builtin.copy: +# src: //tmp/dotfiles/.p10k.zsh +# dest: /home/tobi/.p10k.zsh +# owner: tobi +# group: tobi +# mode: '0644'