add tags to each package install

This commit is contained in:
Matthew Stobbs
2025-02-22 16:26:41 -07:00
parent b25f6dc207
commit b83a79a13d
6 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# vim: set filetype=yaml.ansible :
---
- name: Install pipx pkg
- name: Install pipx {{ pkg }}
become: "{{ ext_become }}"
environment:
PIPX_HOME: "{{ path.pipx }}"