From 2f16e784315364d6ffd084240799c0d98f926eb4 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 15:44:44 +0100 Subject: [PATCH] [PR #7907/2580da97 backport][stable-6] Zuul third-party-check: disable ansible-doc part of galaxy-importer (#7908) Zuul third-party-check: disable ansible-doc part of galaxy-importer (#7907) Zuul third-party-check: disable ansible-doc part of galaxy-importer. (cherry picked from commit 2580da9796e9b3fbbe1b396b7060458343e10d3c) Co-authored-by: Felix Fontein --- 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 0000000000..5ab20d06af --- /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