Fix tentativo di problemi di permessi su Rocky Linux.
This commit is contained in:
parent
178b25a05d
commit
0ef24da607
1 changed files with 2 additions and 1 deletions
|
@ -21,12 +21,13 @@
|
|||
state: directory
|
||||
mode: '0755'
|
||||
become_user: "{{ additional_user }}"
|
||||
|
||||
|
||||
- name: Linking main file
|
||||
ansible.builtin.file:
|
||||
src: "{{ dotfdir }}/zshrc"
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.zshrc"
|
||||
state: link
|
||||
force: true
|
||||
become_user: "{{ additional_user }}"
|
||||
|
||||
- name: Applying results to {{ ansible_user_id }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue