feat: add pipx task management to Ansible configuration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user