ansible-lava/lava-clean.yml

13 lines
205 B
YAML
Raw Normal View History

- hosts: all
tasks:
- name: Remove packages
apt:
name:
- postgresql
- lava-server
- apache2
2018-06-14 18:38:54 +00:00
- lava-tool
- linux-image-amd64
state: absent
purge: yes