Aggiunta creazione cartella anche per lancio con utente.

This commit is contained in:
Emiliano Vavassori 2024-12-15 00:11:22 +01:00
parent fcc2fefc26
commit 4933df5a69

View File

@ -46,6 +46,11 @@
append: true append: true
become: 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 - name: Adding configuration to local user
ansible.builtin.file: ansible.builtin.file:
src: "{{ dotfdir }}/nix" src: "{{ dotfdir }}/nix"