Skip to content

Commit 76c03b8

Browse files
committed
Set test_deps_setup_edpm: true by default
After #978 We configure repos with repo-setup and remove ubi9.repo. repo-setup only runs when test_deps_setup_edpm: true. Otherwise we can't install any of the molecule dependencies required. Signed-off-by: rabi <[email protected]>
1 parent 162c6a4 commit 76c03b8

File tree

1 file changed

+1
-1
lines changed
  • molecule/common/test_deps/defaults

1 file changed

+1
-1
lines changed

molecule/common/test_deps/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
test_deps_extra_packages: []
19-
test_deps_setup_edpm: false
19+
test_deps_setup_edpm: true
2020
test_deps_mirrors_file_path: /etc/ci/mirror_info.sh
2121
test_deps_setup_stream: true
2222
test_deps_setup_ceph: false

0 commit comments

Comments
 (0)