feat: add pipx task management to Ansible configuration

This commit is contained in:
2025-01-21 00:01:21 +01:00
parent 4024c2be7e
commit c7b27b6432
2 changed files with 29 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
- hosts: all
- name: Configure all hosts
hosts: all
gather_facts: true
tasks:
@@ -65,3 +66,6 @@
- name: Include flatpaks tasks
ansible.builtin.import_tasks: tasks/flatpaks.yml
when: hostname in ['mennos-laptop', 'mennos-desktop']
- name: Include pipx tasks
ansible.builtin.import_tasks: tasks/pipx.yml