Skip to content

Tags: chukka/ansible-lint

Tags

v5.1.3

Toggle v5.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace deprecated pre-commit hook option (ansible#1708)

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix execution outside git repositories (ansible#1675)

Fixes ansible#1674

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump test dependencies (ansible#1668)

v5.1.0a1

Toggle v5.1.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to auto-install required collections (ansible#1633)

v5.1.0a0

Toggle v5.1.0a0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix lookup paths in templates (ansible#1623)

* Fix lookup paths in templates

Fixes ansible#1489

* Fix tests and add explanations

* Move new tests to a better place

* Black fixes

Co-authored-by: Sorin Sbarnea <[email protected]>

v5.0.12

Toggle v5.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Document syntax-check as unskippable (ansible#1606)

Fixes: ansible#1594

v5.0.11

Toggle v5.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes false positive with deprecated-bare-vars (ansible#1583)

Fixes: ansible#2020

v5.0.10

Toggle v5.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix exclude bug running outside git repos (ansible#1570)

Fixes: ansible#1565

v5.0.9

Toggle v5.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add rule for checking no_log is set when passwords are used (ansible#…

…1558)

* Add rule for checking no_log is set

It's pretty important to ensure, that password won't be logged
and thus exposed in the output. So we add linter rule that will
check that all tasks, that have "password" in argument are not logged.

Signed-Off-By: Dmitriy Rabotyagov <[email protected]>

* Fix linters checks

Since we already have old-style unittest, leaving it as is till mass
migration to pytest. And ingoring raised by this choice warnings.

* Update NoLogPasswordsRule.py

Co-authored-by: Sorin Sbarnea <[email protected]>
Co-authored-by: Sorin Sbarnea <[email protected]>

v5.0.8

Toggle v5.0.8's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add support for acceptable command options (ansible#1544)

* create get_second_cmd_arg function

Signed-off-by: Thomas Sjögren <[email protected]>

* add support for acceptable command options

Signed-off-by: Thomas Sjögren <[email protected]>

* add CommandsInsteadOfModulesRule tests

Signed-off-by: Thomas Sjögren <[email protected]>

* ignore PT009, add docstrings

Signed-off-by: Thomas Sjögren <[email protected]>

* hopefully fix D400

Signed-off-by: Thomas Sjögren <[email protected]>

* remove playbooks and place tasks in test file

Signed-off-by: Thomas Sjögren <[email protected]>

* move tests into src

Signed-off-by: Thomas Sjögren <[email protected]>

* systemd module status isnt systemctl status

Signed-off-by: Thomas Sjögren <[email protected]>

* Fix lint

* Fix test

Co-authored-by: Thomas Sjögren <[email protected]>