CHANGE: replaces explicit username with a variable

This commit is contained in:
2026-08-17 13:31:59 +04:00
parent df390365fc
commit 1c58800a21
6 changed files with 33 additions and 32 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
- 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
dest: "/home/{{ human_admin_user }}/.zshrc"
owner: "{{ human_admin_user }}"
group: "{{ human_admin_user }}"
mode: u=rw,g=r,o-rwx