system/base: update and migrate to Ansible 5

This commit is contained in:
Gabriel Arazas 2022-05-24 14:14:48 +08:00
parent 5c0ee1194a
commit de8af8b8f0
3 changed files with 3 additions and 9 deletions

View File

@ -7,6 +7,7 @@
- bat
- fzf
- exa
- gopass
- ripgrep
- sqlite
- zoxide

View File

@ -32,13 +32,6 @@
- toolbox
- openssl
- name: Install backup tools
dnf:
state: present
name:
- borgbackup
- borgmatic
- name: Install extra build systems
dnf:
state: present

View File

@ -1,6 +1,6 @@
---
- name: Install minimal development environment tools
include: dev_minimal.yml
include_tasks: dev_minimal.yml
- name: Install additional development tools
include: dev_extra.yml
include_tasks: dev_extra.yml