mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
Compare commits
2 commits
7dc4a654a1
...
c2a86623a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2a86623a7 | ||
|
|
c7f7f8ee98 |
3 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
|
||||
|
|
|
|||
0
roles/dotfiles/files/.bin/empty
Normal file
0
roles/dotfiles/files/.bin/empty
Normal 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue