Files
ansible_role_package/tasks/config/git.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

7 lines
154 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Set git config
ansible.builtin.set_fact:
git:
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"