ciao cleanup: Update the bundles to remove (#91)

Several bundles got deprecated in clearlinux.

This patch updates cleanup/ciao.yml to remove the bundles
that are actually installed by ciao.

Fixes #74

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
This commit is contained in:
Alberto Murillo
2016-10-14 17:05:58 -05:00
committed by GitHub
parent 6ad6d3615f
commit 6bb9950fae
+2 -4
View File
@@ -128,14 +128,12 @@
command: swupd bundle-remove {{ item }} {{ swupd_args | default('') }}
with_items:
- cloud-control
- cloud-network
- kvm-host
- libX11client
- net-utils
- containers-basic
- kernel-container
- network-advanced
- storage-cluster
- storage-utils
args:
removes: /usr/share/clear/bundles/{{ item }}
when: ansible_os_family == "Clear linux software for intel architecture"