From 30dfd499e86a40818eb77fb2113a26c2a1dedb46 Mon Sep 17 00:00:00 2001 From: Michele Pagot <101880010+mpagot@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:11:09 +0100 Subject: [PATCH] Remove dbus-1-python installation from 15sp3 iscsi (#199) Remove the installation of this package as it does not exist in the catalog for 15sp3 --- ansible/playbooks/tasks/iscsi-server-sbd-prep.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/playbooks/tasks/iscsi-server-sbd-prep.yaml b/ansible/playbooks/tasks/iscsi-server-sbd-prep.yaml index 35b8ff54..3f17e8bb 100644 --- a/ansible/playbooks/tasks/iscsi-server-sbd-prep.yaml +++ b/ansible/playbooks/tasks/iscsi-server-sbd-prep.yaml @@ -19,7 +19,6 @@ state: present loop: - targetcli-fb - - dbus-1-python when: ansible_distribution_version == '15.3' register: result until: result is succeeded