1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
Source: ansible-lint
Section: misc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>, Gregory Colpart <reg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/ansible-community/ansible-lint
Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-lint
Vcs-Git: https://salsa.debian.org/python-team/packages/ansible-lint.git
Package: ansible-lint
Architecture: all
Depends: ansible-core (>= 2.12.0),
black (>= 22.8.0),
git,
python3-ansible-compat (>= 4.0.5),
python3-filelock (>= 3.3.0),
python3-jinja2,
python3-jsonschema (>= 4.10.0),
python3-packaging (>= 21.3),
python3-pathspec (>= 0.10.3),
python3-rich (>= 12.0.0),
python3-ruamel.yaml (>= 0.17.0),
python3-ruamel.yaml (<< 0.18),
python3-wcmatch (>= 8.1.2),
python3-yaml (>= 5.4.1),
yamllint (>= 1.30.0),
${misc:Depends},
${python3:Depends}
Description: lint tool for Ansible playbooks
Ansible playbooks express configuration, deployment and orchestration in YAML
format. They can describe a policy you want your remote systems to enforce,
or a set of steps in a general IT process.
.
ansible-lint checks Ansible playbooks for practices and behaviour that could
potentially be improved.
|