updated config files

This commit is contained in:
2021-11-15 21:31:27 +01:00
parent 030612da0c
commit 4b8cb67efa

View File

@@ -142,32 +142,18 @@
- foot - foot
- waybar - waybar
- name: Copy sway config to config - name: Your copy task
ansible.builtin.copy: copy:
src: //tmp/dotfiles/sway_config src: //tmp/dotfiles/{{ item.src }}
dest: /home/tobi/.config/sway/config dest: /home/tobi/.config/{{ item.dest }}
owner: tobi
group: tobi
mode: '0644'
remote_src: yes remote_src: yes
with_items:
- { src: 'sway_config', dest: 'sway/config' }
- { src: 'foot.ini', dest: 'foot/foot.ini' }
- { src: 'waybar/waybar.config', dest: 'waybar/config' }
- { src: 'waybar/style.css', dest: 'waybar/style.css' }
- name: Copy waybar config to config
ansible.builtin.copy:
src: //tmp/dotfiles/waybar.config
dest: /home/tobi/.config/waybar/config
owner: tobi
group: tobi
mode: '0644'
remote_src: yes
- name: Copy foot config to config
ansible.builtin.copy:
src: //tmp/dotfiles/foot.ini
dest: /home/tobi/.config/foot/foot.ini
owner: tobi
group: tobi
mode: '0644'
remote_src: yes
- name: Enable service ly, and not touch the state - name: Enable service ly, and not touch the state
ansible.builtin.service: ansible.builtin.service: