From 6bb9950faee58d91cd62047f228585d164d0edbb Mon Sep 17 00:00:00 2001 From: Alberto Murillo Date: Fri, 14 Oct 2016 17:05:58 -0500 Subject: [PATCH] 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 --- examples/ciao/cleanup/ciao.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/ciao/cleanup/ciao.yml b/examples/ciao/cleanup/ciao.yml index 9f3f295..d4c695a 100644 --- a/examples/ciao/cleanup/ciao.yml +++ b/examples/ciao/cleanup/ciao.yml @@ -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"