remove packages already in common role

This commit is contained in:
Andreas Zweili 2021-10-25 18:18:18 +02:00
parent 4982ddc855
commit 3920a8ca4d
3 changed files with 1 additions and 12 deletions

1
meta/main.yml Normal file
View File

@ -0,0 +1 @@
dependencies: []

View File

@ -1,8 +1,3 @@
- name: "Install Packages"
apt:
state: present
name: "{{ packages }}"
- name: "Blacklist the floppy driver module"
kernel_blacklist:
name: "floppy"

View File

@ -1,7 +0,0 @@
---
packages:
- git
- tmux
- tree
- vim
- mosh