bin path choice, proxy fix, common tasks

This commit is contained in:
ProgramSnail 2025-08-24 00:08:44 +03:00
parent a6e521986b
commit 2fe632b325
7 changed files with 36 additions and 12 deletions

View file

@ -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