Source: ansible-lint Maintainer: Progress Linux Maintainers XSBC-Uploaders: Daniel Baumann XSBC-Original-Maintainer: Debian Python Team XSBC-Original-Uploaders: Samuel Henrique , Gregory Colpart Bugs: mailto:maintainers@lists.progress-linux.org Section: misc Priority: optional Build-Depends: black (>= 24.3.0) , debhelper-compat (= 13), dh-sequence-python3, git , pybuild-plugin-pyproject, python3-all, python3-ansible-compat (>= 24.5.0) , python3-filelock (>= 3.3.0) , python3-importlib-metadata , python3-jmespath , python3-license-expression (>= 30.3.0) , python3-pytest , python3-pytest-mock , python3-pytest-xdist , python3-rich (>= 12.0.0) , python3-ruamel.yaml (>= 0.18.5) , python3-setuptools, python3-setuptools-scm, python3-wcmatch , yamllint (>= 1.30.0) Standards-Version: 4.7.0 Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ansible-lint Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ansible-lint XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-lint XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/ansible-lint.git Homepage: https://github.com/ansible-community/ansible-lint Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Package: ansible-lint Architecture: all Depends: ansible-core, black (>= 24.3.0), git, python3-ansible-compat (>= 24.5.0), 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.18.5), python3-wcmatch, 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.