From 37cde904c097879331fd978032bf3898f16413ee Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 21:28:30 +0100 Subject: Add yamllint role and use it as dependency for ansible Since my ansible setup depends on yamllint for linting, it's ok to have this as an implicit dependency for this role, but it can also be used separately --- roles/ansible/meta/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/ansible') diff --git a/roles/ansible/meta/main.yml b/roles/ansible/meta/main.yml index de825587..3611082e 100644 --- a/roles/ansible/meta/main.yml +++ b/roles/ansible/meta/main.yml @@ -2,6 +2,7 @@ dependencies: - role: "python" - role: "sshpass" + - role: "yamllint" galaxy_info: author: "a14m" description: "Install ansible and molecule using uv on Linux distributions" -- cgit v1.2.3