From 34a8bdc379547b158e8ff6227195f2cd6fd4573e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 20 Aug 2024 11:16:27 +1200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Forgot=20to=20add=20requirements=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b6cde5e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +ansible-compat >= 4 +molecule[docker]== 24.2.1 +ansible-lint==24.2.2 +yamllint==1.35.1 +passlib==1.7.4 +ansible<10.0.0 \ No newline at end of file