fixing and adding packages
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
---
|
||||
- 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
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'git', 'git-delta', 'git-email', 'git-lfs' ] }}"
|
||||
tags:
|
||||
- Debian
|
||||
- RedHat
|
||||
- linux
|
||||
- package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user