From c97ac2337f8d011f85f2a7b81d3c044af5b3eec9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 27 Jan 2024 14:49:28 +0100 Subject: [PATCH] Zuul third-party-check: disable ansible-doc part of galaxy-importer. (#781) --- tests/galaxy-importer.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/galaxy-importer.cfg diff --git a/tests/galaxy-importer.cfg b/tests/galaxy-importer.cfg new file mode 100644 index 000000000..5ab20d06a --- /dev/null +++ b/tests/galaxy-importer.cfg @@ -0,0 +1,8 @@ +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +[galaxy-importer] +# This is only needed to make Zuul's third-party-check happy. +# It is not needed by anything else. +run_ansible_doc=false