Path to this page:
./
sysutils/ansible-lint,
Checks playbooks for practices and behaviour that could be improved
Branch: CURRENT,
Version: 24.12.2,
Package name: ansible-lint-24.12.2,
Maintainer: pkgsrc-usersansible-lint checks playbooks for practices and behaviour that could
potentially be improved. As a community backed project ansible-lint supports
only the last two major versions of Ansible.
Master sites:
Filesize: 535.201 KB
Version history: (Expand)
- (2024-12-27) Updated to version: ansible-lint-24.12.2
- (2024-11-20) Updated to version: ansible-lint-24.10.0
- (2024-10-01) Updated to version: ansible-lint-24.9.2
- (2024-09-13) Updated to version: ansible-lint-24.9.0
- (2024-07-17) Updated to version: ansible-lint-24.7.0
- (2024-06-28) Updated to version: ansible-lint-24.6.1
CVS history: (Expand)
2024-12-27 09:20:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible-lint: updated to 24.12.2
24.12.2
Enhancements
Added additional galaxy[tags] checks
Refactor code to avoid use of rich library
Search for config with the yml/yaml extension
Rename color module to output
Remove formatting options for listing rules
Bugfixes
Revert "Accommodate specified inventory files
Enable FQCNs for import_playbook to have subdirs
Utilize create_matcherror more in other rules
Add Astra Linux Platform to platform items
Normalize version field for rules
Enable pyright hook
Remove dead code and prevent regressions
Prepare for pyright hook enablement
Activate and address some ruff violations (preview)
Fix exception with 'skipped' test
Include ! as a shell word. closes
|
2024-11-20 12:48:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-lint: updated to 24.10.0
24.10.0
Enhancements
Add support for py313
Bugfixes
Require ansible-compat>=24.10.0
Update TaskHasTag example rule used in custom-rules.md
Add Fedora 41 as a platform in the metadata schema
Fixing the issue "Unfinished sentence in docs/profiles.md"
Fix quotes converting free-form syntax to yaml
Handle FQCN when using import_playbook
Allow jinja in variable names
Update rulebook schema
Fix wonky writing to sarif_file
Fix to avoid spamming syslog with invoked messages
Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0
Update schema for missing tags property to builder v3 options
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-10-01 09:53:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-lint: updated to 24.9.2
24.9.2
Bugfixes
Fix github action
|
2024-09-13 21:39:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible-lint: updated to 24.9.0
24.9.0
Enhancements
Community comms
feat: add requirements_file input to GitHub action
Bugfixes
fix: Adding missing EE option skip_pip_install
Fix upload-artifact action to work with v4.4 and newer
fix: Add reset-failed state in executable_options
Enable --offline to affect checking version online
Fix long lines being wrapped with a trailing space
Make galaxy[version-incorrect] rule opt-in
Fix error for imported playbooks w/invalid syntax
Fix indentation change to comments when using --fix
Fix list of non-strings in args rule
Improve --version behavior to handle remote disconnect
Ignore var-naming[pattern] to foreign role vars
Remove leftover Sphinx command directives
Fix custom-rules documentation examples
|
2024-07-17 10:24:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-lint: updated to 24.7.0
v24.7.0
Fix linting issues within command_instead_of* rules
|
2024-06-28 11:19:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ansible-lint: updated to 24.6.1
24.6.1
Bugfixes
Fix working directory when used as an github action
Fix relative imports in args rule
Fix cmd args with no-free-form transformer
Accept changlog.yml as a valid changelog
Avoid using warn for command/shell actions
Update Contributing docs and add tox as test optional-dependency
|