ansible: skip more interpreter checks
This commit is contained in:
parent
c01bdd5292
commit
c5b9cbe118
1 changed files with 2 additions and 1 deletions
|
@ -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/vmware/tools
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue