dotfiles/roles/user/git/tasks/install.yml

10 lines
178 B
YAML
Raw Normal View History

---
# TODO: Resolve the issues with EL
- name: Install the required packages
ansible.builtin.package:
name:
- git
- git-delta
state: present
become: true