mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-08-19 03:57:28 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user