Files
ansible_role_package/vars/python3.yml
Matthew Stobbs 0f2d22f3c5 packages are more generic
- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
2025-01-23 00:29:58 -07:00

8 lines
77 B
YAML

Darwin:
pkgs:
- python3
Linux:
pkgs:
- python3
- python3-pip