Aggiunta creazione cartella.
This commit is contained in:
parent
64f463a1bc
commit
925faaa0b7
@ -16,6 +16,14 @@
|
|||||||
become_user: root
|
become_user: root
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Assure configuration folder exists
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ lookup('ansible.builtin.env', 'HOME') }}/.config/nix"
|
||||||
|
state: directory
|
||||||
|
owner: "{{ additional_user }}"
|
||||||
|
become: true
|
||||||
|
become_user: "{{ additional_user }}"
|
||||||
|
|
||||||
- name: Adding configuration to local user
|
- name: Adding configuration to local user
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: "{{ dotfdir }}/nix"
|
src: "{{ dotfdir }}/nix"
|
||||||
|
Loading…
Reference in New Issue
Block a user