mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-30 03:08:15 +00:00
bin path choice, proxy fix, common tasks
This commit is contained in:
parent
a6e521986b
commit
2fe632b325
7 changed files with 36 additions and 12 deletions
|
|
@ -1,8 +1,6 @@
|
|||
- name: Creating dotfiles dir
|
||||
ansible.builtin.file:
|
||||
path: "{{ ansible_env.HOME }}/.config"
|
||||
state: directory
|
||||
mode: a
|
||||
- name: Common actions
|
||||
ansible.builtin.include_role:
|
||||
name: common
|
||||
|
||||
- name: Bash config
|
||||
ansible.builtin.import_tasks: bash.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue