CHANGE: splits update_configs role into app-based files

This commit is contained in:
2026-08-17 12:30:38 +04:00
parent 56796593c0
commit 6a7eb46d71
5 changed files with 59 additions and 31 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Configure oh my zsh, by pushing the config file
ansible.builtin.copy:
src: "{{ role_path }}/files/.zshrc"
dest: /home/max/.zshrc
owner: max
group: max
mode: u=rw,g=r,o-rwx