Removed old config copy

This commit is contained in:
2022-08-31 18:50:18 +02:00
parent db0e2c75df
commit 58941b4806

View File

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