From 9928159322fc0b00ebda00392e9d7b9907da93f5 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 14 Dec 2023 10:55:00 -0500 Subject: [PATCH] We should only be testing the playbook, not anything imported. Our collection will need CI of its very own. --- .drone.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 2317af0..cb9f953 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ -export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections/ansible* --exclude collections/ansible_collections/community* --exclude .gitea" -# export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections --exclude .gitea" +# export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections/ansible* --exclude collections/ansible_collections/community* --exclude .gitea" +export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections --exclude .gitea" export ANSIBLE_INVENTORY="-i 127.0.0.1, --connection=local" export ANSIBLE_PLAYBOOK="baseos.yml"