Skip to content

Commit 40b1a66

Browse files
committed
test: cockpit-composer is deprecated, so use storaged for test
1 parent 3025ff0 commit 40b1a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_packages_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
msg: "{{ __extra_pkg }} is not installed"
3939
when: __extra_pkg not in ansible_facts.packages
4040
vars:
41-
__extra_pkg: "{{ 'cockpit-composer'
41+
__extra_pkg: "{{ 'cockpit-storaged'
4242
if ansible_facts['os_family'] == 'RedHat'
4343
else 'cockpit-machines' }}"
4444

0 commit comments

Comments
 (0)