Skip to content

Commit

Permalink
Remove dbus-1-python installation from 15sp3 iscsi (SUSE#199)
Browse files Browse the repository at this point in the history
Remove the installation of this package as it does not exist in the
catalog for 15sp3
  • Loading branch information
mpagot authored Jan 10, 2024
1 parent 2a6f1dd commit 30dfd49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/playbooks/tasks/iscsi-server-sbd-prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
state: present
loop:
- targetcli-fb
- dbus-1-python
when: ansible_distribution_version == '15.3'
register: result
until: result is succeeded
Expand Down

0 comments on commit 30dfd49

Please sign in to comment.