pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 14 17:25:05 UTC 2024

Modified Files:
        pkgsrc/sysutils/ansible: Makefile

Log Message:
ansible: more CHECK_INTERPRETER_SKIPs


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/sysutils/ansible/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible/Makefile
diff -u pkgsrc/sysutils/ansible/Makefile:1.84 pkgsrc/sysutils/ansible/Makefile:1.85
--- pkgsrc/sysutils/ansible/Makefile:1.84       Tue Nov 12 08:08:51 2024
+++ pkgsrc/sysutils/ansible/Makefile    Thu Nov 14 17:25:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2024/11/12 08:08:51 adam Exp $
+# $NetBSD: Makefile,v 1.85 2024/11/14 17:25:05 adam Exp $
 
 DISTNAME=      ansible-10.6.0
 CATEGORIES=    sysutils python
@@ -59,6 +59,8 @@ CHECK_INTERPRETER_SKIP+=      ${PYSITELIB}/an
 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/conjur-cloud-tools/conjurCloudTenant/*/*.sh
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cyberark/conjur/conjur-cloud-tools/conjurCloudTenant/*/*/*.sh
 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/google/cloud/scripts/*.sh



Home | Main Index | Thread Index | Old Index