mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 13:07:09 +00:00
Compare commits
No commits in common. "c2a86623a786fac54aeb59a1ed7288f1d707f7c5" and "7dc4a654a13065c9dee4abae2f19d64850d06a3d" have entirely different histories.
c2a86623a7
...
7dc4a654a1
3 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
- name: Creating truffle dir
|
- name: Create truffle dir
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ ansible_env.HOME }}/truffle"
|
path: "{{ ansible_env.HOME }}/truffle"
|
||||||
state: directory
|
state: directory
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,3 @@
|
||||||
- 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