mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-30 22:57:57 +00:00
system/base: update and migrate to Ansible 5
This commit is contained in:
parent
5c0ee1194a
commit
de8af8b8f0
@ -7,6 +7,7 @@
|
||||
- bat
|
||||
- fzf
|
||||
- exa
|
||||
- gopass
|
||||
- ripgrep
|
||||
- sqlite
|
||||
- zoxide
|
||||
|
@ -32,13 +32,6 @@
|
||||
- toolbox
|
||||
- openssl
|
||||
|
||||
- name: Install backup tools
|
||||
dnf:
|
||||
state: present
|
||||
name:
|
||||
- borgbackup
|
||||
- borgmatic
|
||||
|
||||
- name: Install extra build systems
|
||||
dnf:
|
||||
state: present
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user