aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/lxc-machine
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-09-23 01:10:02 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-09-23 01:10:02 +0200
commit008bd2a99f9ca3012f939c08679f7ba418793c57 (patch)
treea2cce7d44c09ec75ecdbc59349844401aa6ac760 /ansible/roles/lxc-machine
parent07a7b0f0a380f8d18d8efc1b4c602015b51a49ef (diff)
downloadinfra-008bd2a99f9ca3012f939c08679f7ba418793c57.tar.gz
infra-008bd2a99f9ca3012f939c08679f7ba418793c57.tar.bz2
infra-008bd2a99f9ca3012f939c08679f7ba418793c57.tar.xz
infra-008bd2a99f9ca3012f939c08679f7ba418793c57.zip
o Removing more old packages.
Diffstat (limited to 'ansible/roles/lxc-machine')
-rw-r--r--ansible/roles/lxc-machine/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/lxc-machine/tasks/main.yml b/ansible/roles/lxc-machine/tasks/main.yml
index c60b9e8..591b317 100644
--- a/ansible/roles/lxc-machine/tasks/main.yml
+++ b/ansible/roles/lxc-machine/tasks/main.yml
@@ -24,9 +24,12 @@
apt:
name: "{{ item }}"
state: absent
+ purge: true
with_items:
- ifupdown
- net-tools
+ - iproute2
+ - isc-dhcp-client
- name: system setup
tags: