ansible-playbooks/roles/remove-useless/tasks/main.yml

17 lines
317 B
YAML
Raw Normal View History

2016-07-04 18:01:17 -04:00
---
- name: remove useless things
apt: name={{ item }} state=absent
with_items:
- lirc
- joe
- pidentd
- winbind
- modemmanager
- libpam-ldapd
- libpam-ldap
- sn
- network-manager
- wpasupplicant
- nscd
- nslcd