Files
ansible_role_package/tasks/pkgs/python3-pip.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

11 lines
197 B
YAML

---
- ansible.builtin.include_vars:
file: python3.yml
name: _python3
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + _python3[ansible_system].pkgs }}"
tags:
- packages