mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-01 20:28:16 +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:
|
ansible.builtin.file:
|
||||||
path: "{{ ansible_env.HOME }}/truffle"
|
path: "{{ ansible_env.HOME }}/truffle"
|
||||||
state: directory
|
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
|
- name: Bash config
|
||||||
ansible.builtin.import_tasks: bash.yml
|
ansible.builtin.import_tasks: bash.yml
|
||||||
when: "'bash' in configure"
|
when: "'bash' in configure"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue