aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/cleanup.yml
blob: db7bdad5cb768da3d1e12c663e52baa61c78ecf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This playbook remove all components which were needed for the setup. 
#
# Copyright (c) 2013-2018 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
#
---
- name: remove unzip package
  command: /sbin/apk del unzip

- name: remove git
  command: /sbin/apk del git