From 12be4c73f4b11b96427ccf49382b13b1589d826c Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 19 Nov 2022 14:22:05 -0600 Subject: [PATCH] Keep ansible-lint disabled for now Previously, ansible-lint was disabled due to the inverted %{have_ansible} conditional. That conditional was removed, but ansible-lint needs to stay disabled until the linting errors are resolved. --- ansible-pcp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible-pcp.spec b/ansible-pcp.spec index 98e46c9..715ab61 100644 --- a/ansible-pcp.spec +++ b/ansible-pcp.spec @@ -104,9 +104,9 @@ tar -xf %{_tmppath}/%{collection_namespace}-%{collection_name}-%{version}.tar.gz %endif %check -mv yamllint.yml .yamllint.yml -mv yamllint_defaults.yml .yamllint_defaults.yml -%if %{have_ansible_lint} +# There's outstanding ansible-lint failures that need to be addressed. +# %%if %%{defined fedora} +%if 0 ansible-lint `find roles -name \*.yml` %endif