forked from pool/ansible-lint
Accepting request 1094678 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 6.17.2 OBS-URL: https://build.opensuse.org/request/show/1094678 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=37
This commit is contained in:
parent
6a13898635
commit
8ff97997d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca2595c46cd64ff5bb141264fb7032daab96eb32f2bbe4bc24521c1b3489dddd
|
|
||||||
size 426956
|
|
3
ansible-lint-6.17.2.tar.gz
Normal file
3
ansible-lint-6.17.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd79d19f3cc2d8f88867c99f96f4f1d72a42dda4cf927232593f2dd186a9690c
|
||||||
|
size 428968
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 22 13:29:44 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 6.17.2:
|
||||||
|
* Bugfixes
|
||||||
|
- Allow use as a reusable github action (#3513) @ssbarnea
|
||||||
|
- Add action and args properties to task class (#3576)
|
||||||
|
@ssbarnea
|
||||||
|
- Fixed error when sarif file option is provided (#3587)
|
||||||
|
@ajinkyau
|
||||||
|
- Add NetBSD as a recognized platform (#3586) @he32
|
||||||
|
- Display ansible-compat version alongwith with other deps
|
||||||
|
(#3584) @ajinkyau
|
||||||
|
- Refactored syntax-checking (#3568) @ssbarnea
|
||||||
|
- Avoid app reinitialization during syntax-check (#3563)
|
||||||
|
@ssbarnea
|
||||||
|
- Allow config file to have `.yaml` extension (#3559) @bdsoha
|
||||||
|
- Allow lists of lists of strings for vars_files (#3561)
|
||||||
|
@ajinkyau
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 13 16:51:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Tue Jun 13 16:51:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%global lib_name ansiblelint
|
%global lib_name ansiblelint
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Name: ansible-lint
|
Name: ansible-lint
|
||||||
Version: 6.17.1
|
Version: 6.17.2
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Best practices checker for Ansible
|
Summary: Best practices checker for Ansible
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user