add dotfiles dir

This commit is contained in:
ProgramSnail 2025-08-14 16:29:17 +03:00
parent 7dc4a654a1
commit c7f7f8ee98
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,4 @@
- name: Create truffle dir
- name: Creating truffle dir
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/truffle"
state: directory

View file

@ -1,3 +1,9 @@
- name: Creating dotfiles dir
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/.config"
state: directory
mode: a
- name: Bash config
ansible.builtin.import_tasks: bash.yml
when: "'bash' in configure"