From 43c07393f8db9fbaeabd6a8b63de94e8234271ad Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 19 Aug 2024 16:04:39 +0200 Subject: [PATCH] chore: move requirements.yml to role dir --- molecule/default/molecule.yml | 4 ++-- molecule/requirements.yml => requirements.yml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename molecule/requirements.yml => requirements.yml (100%) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 04f7bf0..35540c9 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -4,8 +4,8 @@ driver: dependency: name: galaxy options: - role-file: molecule/requirements.yml - requirements-file: molecule/requirements.yml + role-file: requirements.yml + requirements-file: requirements.yml platforms: - name: "rocky9-cacerts" server_type: "cx22" diff --git a/molecule/requirements.yml b/requirements.yml similarity index 100% rename from molecule/requirements.yml rename to requirements.yml