Aggiunta creazione cartella anche per lancio con utente.
This commit is contained in:
parent
fcc2fefc26
commit
4933df5a69
@ -46,6 +46,11 @@
|
||||
append: true
|
||||
become: true
|
||||
|
||||
- name: Assure configuration folder exists
|
||||
ansible.builtin.file:
|
||||
path: "{{ lookup('ansible.builtin.env', 'HOME') }}/.config"
|
||||
state: directory
|
||||
|
||||
- name: Adding configuration to local user
|
||||
ansible.builtin.file:
|
||||
src: "{{ dotfdir }}/nix"
|
||||
|
Loading…
Reference in New Issue
Block a user