mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Remove unecessary role dependencies
This commit is contained in:
parent
34ebf6dcfd
commit
77cf4d9c90
15 changed files with 38 additions and 67 deletions
|
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
- name: Install base packages
|
||||
package: name={{item}} state=present update_cache=yes
|
||||
with_items:
|
||||
- htop
|
||||
- git
|
||||
- nload
|
||||
- ufw
|
||||
- borgbackup
|
||||
|
||||
package:
|
||||
name:
|
||||
- htop
|
||||
- git
|
||||
- nload
|
||||
- ufw
|
||||
- borgbackup
|
||||
- vim
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue