feat: add utility tasks for making custom utilities available in ~/.local/bin
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 1m18s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
2025-03-26 13:56:43 +01:00
parent 83358a5e22
commit 4aee9266d5
4 changed files with 155 additions and 3 deletions

View File

@@ -27,6 +27,10 @@
ansible.builtin.import_tasks: tasks/global/openssh-server.yml
become: true
- name: Include Utils tasks
ansible.builtin.import_tasks: tasks/global/utils.yml
become: true
- name: Ensure common packages are installed
ansible.builtin.package:
name: