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.
This commit is contained in:
Maxwell G 2022-11-19 14:22:05 -06:00
parent 783912e31e
commit 12be4c73f4
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -104,9 +104,9 @@ tar -xf %{_tmppath}/%{collection_namespace}-%{collection_name}-%{version}.tar.gz
%endif %endif
%check %check
mv yamllint.yml .yamllint.yml # There's outstanding ansible-lint failures that need to be addressed.
mv yamllint_defaults.yml .yamllint_defaults.yml # %%if %%{defined fedora}
%if %{have_ansible_lint} %if 0
ansible-lint `find roles -name \*.yml` ansible-lint `find roles -name \*.yml`
%endif %endif