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:
parent
783912e31e
commit
12be4c73f4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user