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,3 +1,7 @@
- name: Common actions
ansible.builtin.include_role:
name: common
- name: Installing ansible packages
ansible.builtin.import_tasks: ansible.yml
when: "'ansible' in apps"