make the packages role more generic
This commit is contained in:
15
tasks/Debian/git.yml
Normal file
15
tasks/Debian/git.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Install git and git extras for Debian based distros
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- git
|
||||
- git-delta
|
||||
- git-email
|
||||
- git-lfs
|
||||
|
||||
state: latest
|
||||
tags:
|
||||
- Debian
|
||||
- linux
|
||||
- package
|
||||
Reference in New Issue
Block a user