pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ansible ansible: skip more interpreter checks



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ca4cfb035e6
branches:  trunk
changeset: 385643:8ca4cfb035e6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 22 10:11:19 2022 +0000

description:
ansible: skip more interpreter checks

diffstat:

 sysutils/ansible/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ca6af0decad1 -r 8ca4cfb035e6 sysutils/ansible/Makefile
--- a/sysutils/ansible/Makefile Thu Sep 22 10:10:17 2022 +0000
+++ b/sysutils/ansible/Makefile Thu Sep 22 10:11:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2022/09/19 08:26:07 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/09/22 10:11:19 wiz Exp $
 
 DISTNAME=      ansible-6.4.0
 CATEGORIES=    sysutils python
@@ -55,6 +55,7 @@
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_proxy/files/*.bsx
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_server/files/*.bsx
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cyberark/conjur/ci/*
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cyberark/conjur/dev/*
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cyberark/conjur/roles/conjur_host_identity/tests/test.sh*
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/infinidat/infinibox/bin/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/*.sh



Home | Main Index | Thread Index | Old Index