From 89a99d2db299b7e547c9387bb06df632b4cbcfc3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 11 Jan 2022 21:19:02 +0000 Subject: [PATCH] Make ansible a dev dependency It's required by `ansible-lint` to work properly --- ansible/dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/dev-requirements.txt b/ansible/dev-requirements.txt index 16ed479..02bfca2 100644 --- a/ansible/dev-requirements.txt +++ b/ansible/dev-requirements.txt @@ -1,2 +1,3 @@ ansible-lint==5.3.2 yamllint==1.24.2 +ansible