Skip to content

Commit

Permalink
ansible: Fix phub module in security group
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Oct 5, 2023
1 parent eb66764 commit 2850b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/console/ansible.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ sub run {

# 1. System setup

unless (is_opensuse || main_common::is_updates_tests && !is_jeos) {
unless (is_opensuse || (main_common::is_updates_tests && !(get_var('FIPS_ENABLED') || is_jeos))) {
# The Desktop module is required by the Development Tools module
add_suseconnect_product(get_addon_fullname('desktop'));
# Package 'ansible-test' needs python3-virtualenv from Development Tools module
add_suseconnect_product(get_addon_fullname('sdk'));

# Package 'python3-yamllint' and 'ansible' require PackageHub is available
add_suseconnect_product(get_addon_fullname('phub')) if (is_phub_ready());
zypper_call '--gpg-auto-import-keys ref';
}

# Create user account, if image doesn't already contain user
Expand Down

0 comments on commit 2850b01

Please sign in to comment.