forked from pool/ansible-lint
Accepting request 568211 from home:bmanojlovic:branches:systemsmanagement
- updated to latest release 3.4.20 + fixed rpm check build to use only python2 for now + Fix for Python 2.6 + added stdin to expected vars for command module + added testcase + made test >2.4 specific + fixed wrong test-playbook + Adding feature for issue #283, adding the ability to use a .ansible-lint yaml configuration file in the working directory instead of command line arguments. + Adding CLI flag for specifying configuration file. Also adding guard test to confirm that configuration file properties can be overriden by command line. + Adding 'merge' behavior to config file and CLI options. The 'True' value will be preferred in the case of simple flags, while lists will be merged. + Fixing 3.4 issue with errs not able to be concatenated with a string + Clarifying that -F is a path to file in the documentation. Also expanding unnecessarily contracted line + Updating config file to use -c to make it clear it is a configuration file being specified. + added include_tasks and import_tasks to utils + updated example rule + Add supervisorctl and systemd module support + Add template/lineinfile module support + Although how bin/ansible-lint works has changed significantly, it should still exist so docs are accurate and for testing. + Handle the 'cmd' argument in command/shell OBS-URL: https://build.opensuse.org/request/show/568211 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible-lint?expand=0&rev=2
This commit is contained in:
parent
f794f7db4b
commit
331b20c268
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7a4eac2a3b0f8f8c1954693b1d8307f3c86a1a8dd506ec185b6e452f5069185
|
|
||||||
size 31804
|
|
3
ansible-lint-3.4.20.tar.gz
Normal file
3
ansible-lint-3.4.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2
|
||||||
|
size 34531
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 22 14:47:45 UTC 2018 - boris@steki.net
|
||||||
|
|
||||||
|
- updated to latest release 3.4.20
|
||||||
|
+ fixed rpm check build to use only python2 for now
|
||||||
|
+ Fix for Python 2.6
|
||||||
|
+ added stdin to expected vars for command module
|
||||||
|
+ added testcase
|
||||||
|
+ made test >2.4 specific
|
||||||
|
+ fixed wrong test-playbook
|
||||||
|
+ Adding feature for issue #283, adding the ability to use a .ansible-lint
|
||||||
|
yaml configuration file in the working directory instead of command line
|
||||||
|
arguments.
|
||||||
|
+ Adding CLI flag for specifying configuration file. Also adding guard
|
||||||
|
test to confirm that configuration file properties can be overriden by
|
||||||
|
command line.
|
||||||
|
+ Adding 'merge' behavior to config file and CLI options. The 'True'
|
||||||
|
value will be preferred in the case of simple flags, while lists will be
|
||||||
|
merged.
|
||||||
|
+ Fixing 3.4 issue with errs not able to be concatenated with a string
|
||||||
|
+ Clarifying that -F is a path to file in the documentation. Also
|
||||||
|
expanding unnecessarily contracted line
|
||||||
|
+ Updating config file to use -c to make it clear it is a configuration
|
||||||
|
file being specified.
|
||||||
|
+ added include_tasks and import_tasks to utils
|
||||||
|
+ updated example rule
|
||||||
|
+ Add supervisorctl and systemd module support
|
||||||
|
+ Add template/lineinfile module support
|
||||||
|
+ Although how bin/ansible-lint works has changed significantly,
|
||||||
|
it should still exist so docs are accurate and for testing.
|
||||||
|
+ Handle the 'cmd' argument in command/shell
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 6 08:18:15 UTC 2017 - boris@steki.net
|
Wed Sep 6 08:18:15 UTC 2017 - boris@steki.net
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global lib_name ansiblelint
|
%global lib_name ansiblelint
|
||||||
|
|
||||||
Name: ansible-lint
|
Name: ansible-lint
|
||||||
Version: 3.4.15
|
Version: 3.4.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Best practices checker for Ansible
|
Summary: Best practices checker for Ansible
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ rm -rf *.egg-info
|
|||||||
%python_uninstall_alternative ansible-lint
|
%python_uninstall_alternative ansible-lint
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__python setup.py test
|
PYTHONPATH=%{buildroot}%{python2_sitelib} %__python setup.py test
|
||||||
|
|
||||||
%files %python_files
|
%files %python_files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user