From 6ab009bf6b2c784dea796258ef0a3265165a2884 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 21 Jan 2023 17:43:41 +0100 Subject: [PATCH] lint fix --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 3bf6408..40cff1e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -3,4 +3,4 @@ # install: ansible-galaxy install -r requirements.yml collections: - - name: 'community.crypto' + - 'community.crypto'