mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Change the module profile to common.
This commit is contained in:
parent
42e9f713b2
commit
7945a08271
@ -12,7 +12,7 @@ sub run {
|
||||
# Install a Ruby module.
|
||||
my $name = "nodejs";
|
||||
my $stream = "14";
|
||||
my $profile = "default";
|
||||
my $profile = "common";
|
||||
assert_script_run("dnf module install -y $name:$stream/$profile");
|
||||
|
||||
# Check that it is listed in the installed list.
|
||||
|
Loading…
Reference in New Issue
Block a user