🔨 Remove user and group
This commit is contained in:
parent
dcb01ea4c0
commit
39d3c6d597
@ -11,22 +11,16 @@
|
|||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: .zshrc
|
src: .zshrc
|
||||||
dest: "{{ rc_files_user_path }}/.zshrc"
|
dest: "{{ rc_files_user_path }}/.zshrc"
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
||||||
|
|
||||||
- name: Install .p10k.zsh
|
- name: Install .p10k.zsh
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: .p10k.zsh
|
src: .p10k.zsh
|
||||||
dest: "{{ rc_files_user_path }}/.p10k.zsh"
|
dest: "{{ rc_files_user_path }}/.p10k.zsh"
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
||||||
|
|
||||||
- name: Install .vimrc
|
- name: Install .vimrc
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: .vimrc
|
src: .vimrc
|
||||||
dest: "{{ rc_files_user_path }}/.vimrc"
|
dest: "{{ rc_files_user_path }}/.vimrc"
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
Loading…
Reference in New Issue
Block a user