Skip to content

Commit

Permalink
test: cockpit-composer is deprecated, so use storaged for test
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Feb 3, 2025
1 parent 3025ff0 commit 40b1a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_packages_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
msg: "{{ __extra_pkg }} is not installed"
when: __extra_pkg not in ansible_facts.packages
vars:
__extra_pkg: "{{ 'cockpit-composer'
__extra_pkg: "{{ 'cockpit-storaged'
if ansible_facts['os_family'] == 'RedHat'
else 'cockpit-machines' }}"

Expand Down

0 comments on commit 40b1a66

Please sign in to comment.