diff --git a/tests/tests.yml b/tests/tests.yml index 05688e4..22c6b85 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -5,20 +5,12 @@ pre_tasks: - name: Enable brewroot repository (so we have all latest packages available) command: dnf config-manager --set-enabled baseos-ci-tag-repository - args: - warn: false - name: Enable IDM module command: dnf module enable -y idm:DL1 - args: - warn: false - name: Install IDM packages command: dnf module install -y idm:DL1/server idm:DL1/dns - args: - warn: false - name: Get Custodia version command: rpm -q --qf '%{VERSION}' custodia - args: - warn: false register: custodia_version roles: - role: standard-test-basic