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
|
%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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user