more package fixes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- ansible.builtin.include_tasks:
|
||||
file: pkgs/pipx.yml
|
||||
when: pipx is undefined
|
||||
|
||||
- name: add to pipxpkgs
|
||||
- name: Add to pkg_pipx
|
||||
notify:
|
||||
- Depend pipx
|
||||
ansible.builtin.set_fact:
|
||||
pipxpkgs: "{{ pipxpkgs + ['cmakelang'] }}"
|
||||
pkg_pipx: "{{ pkg_pipx + ['cmakelang'] }}"
|
||||
|
||||
Reference in New Issue
Block a user