CHANGE: splits update_configs role into app-based files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user