summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-08-13 08:59:32 +0000
committertnn <tnn@pkgsrc.org>2022-08-13 08:59:32 +0000
commitfd47abe2844d1ddc4a21d311b544e37c43cb09a9 (patch)
tree5e28b46b973dc4461485e438d13aed7733770851
parentf3d4c6c3e8caafa9cbdfb26536a405cb46da2d72 (diff)
downloadpkgsrc-fd47abe2844d1ddc4a21d311b544e37c43cb09a9.tar.gz
ansible: add missing CHECK_INTERPRETER_SKIP
-rw-r--r--sysutils/ansible/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index aa0211979eb..3fb88d63cef 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/08/12 08:18:19 adam Exp $
+# $NetBSD: Makefile,v 1.50 2022/08/13 08:59:32 tnn Exp $
DISTNAME= ansible-6.2.0
CATEGORIES= sysutils python
@@ -46,6 +46,7 @@ CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/*.sh
+CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/grafana/hacking/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/build.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/kubernetes/utils/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/okd/ci/*.sh