Metadata-Version: 2.4 Name: ansiblelint-package-sort Version: 0.3.0 Summary: Custom Ansible-lint rule which ensure package lists in package manager modules are sorted. Author: M. Farzalipour Tabriz License-Expression: LGPL-3.0-or-later License-File: LICENSES/LGPL-3.0-or-later.txt Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Intended Audience :: System Administrators Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Framework :: Ansible Requires-Dist: ansible-lint>=25.2.0 Requires-Python: >=3.10 Project-URL: source, https://gitlab.mpcdf.mpg.de/tbz/ansiblelint-package-sort.git Description-Content-Type: text/x-rst ************************ ansiblelint-package-sort ************************ Ansible-lint rule for package list sorting. This package provides a custom Ansible Lint rule that ensures package lists in package manager modules are sorted alphabetically. The rule checks tasks that use various package management modules and verifies that their package lists are properly sorted. This rule does support automatic fixing. The rule supports the following package manager modules: * ansible.builtin.apt * ansible.builtin.dnf * ansible.builtin.dnf5 * ansible.builtin.package * ansible.builtin.yum License ####### * Copyright 2026 M. Farzalipour Tabriz, Max Planck Institute for Physics (MPP) All rights reserved. This software may be modified and distributed under the terms of the GNU Lesser General Public License (LGPL). See the ``LICENSE`` file for details.