roles/common: Add git-lfs to base packages

This commit is contained in:
2021-09-07 17:51:33 +03:00
parent 0fd05d496e
commit 15208241d3
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
set_fact: set_fact:
base_packages: base_packages:
- git - git
- git-lfs
- tmux - tmux
- iotop - iotop
- htop - htop

View File

@ -12,6 +12,7 @@
set_fact: set_fact:
ubuntu_base_packages: ubuntu_base_packages:
- git - git
- git-lfs
- tmux - tmux
- iotop - iotop
- htop - htop