Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 12:39:01 -06:00
parent 63654abafb
commit b0da96a72e

View File

@@ -1,13 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Add pipx
when:
- pipx_configured is undefined
block:
- name: Append pipx to pkg_sys
- name: Append pipx to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['pipx'] }}"
- name: Set pipx_configured
ansible.builtin.set_fact:
pipx_configured: true