--- - name: Configure oh my zsh, by pushing the config file ansible.builtin.copy: src: "{{ role_path }}/files/.zshrc" dest: "/home/{{ human_admin_user }}/.zshrc" owner: "{{ human_admin_user }}" group: "{{ human_admin_user }}" mode: u=rw,g=r,o-rwx