From ddb35eb75e7854cfff96b00f3feef390c23b6bbd Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 1 Jun 2024 20:25:07 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Fix=20linter=20warning=20=20?= =?UTF-8?q?=F0=9F=9A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d3c0c..d42d729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Ensure requirements are installed run: pip install -r requirements.txt - + - name: Ensure required collections/roles are installed run: ansible-galaxy install -r molecule/requirements.yml