From 6abee22d232bee64802f543cdc61b2d9b0be4b3d Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Tue, 30 May 2023 18:45:10 +0200 Subject: [PATCH] :heavy_plus_sign: Add missing collection dependencies --- molecule/_shared/requirements.yml | 3 ++- requirements.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 requirements.yml diff --git a/molecule/_shared/requirements.yml b/molecule/_shared/requirements.yml index 0ecfd59..8b1b489 100644 --- a/molecule/_shared/requirements.yml +++ b/molecule/_shared/requirements.yml @@ -3,4 +3,5 @@ roles: - name: hanxhx.php -collections: [] +collections: + - community.general diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..f212a67 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,4 @@ +--- + +collections: + - community.general