mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-24 16:28:44 +00:00
add dotfiles dir
This commit is contained in:
parent
7dc4a654a1
commit
c7f7f8ee98
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
- name: Create truffle dir
|
||||
- name: Creating truffle dir
|
||||
ansible.builtin.file:
|
||||
path: "{{ ansible_env.HOME }}/truffle"
|
||||
state: directory
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue