Files
ansible_role_package/tasks/config/python3.yml
Matthew Stobbs c0400949c3 more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
2025-02-20 12:22:50 -07:00

6 lines
131 B
YAML

---
- name: Set python3 config
ansible.builtin.set_fact:
python3:
pkgs: "{{ pkgconfig.python3.pkgs[ansible_system] }}"