Files
ansible_role_package/tasks/pkgs/git.yml
2025-01-22 22:14:49 -07:00

14 lines
210 B
YAML

---
- ansible.builtin.include_vars:
file: git.yml
name: _git
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + _git[ansible_system].pkgs }}"
tags:
- RedHat
- linux
- package