-
Notifications
You must be signed in to change notification settings - Fork 729
Make sure all tasks get evaluated by matchtask including block/always/rescue and nested tasks #2031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
48ebe2f
Update var-naming rule to evaluate block vars
nishipy 54d7743
Merge branch 'main' into fix-1895
ssbarnea d88559d
Roll back previous commit 48ebe2f7172a0a20115bbf2ed49250a7c97d1499
nishipy 1041231
Update var-naming rule to evaluate block vars in pre_tasks/tasks/post…
nishipy 4d2c4fa
Merge branch 'ansible:main' into fix-1895
nishipy bbd6e51
Merge branch 'fix-1895' of https://github.com/nishipy/ansible-lint in…
nishipy e210011
Delete unused package
nishipy 9c02dcc
Fix lint error
nishipy efd8c70
Fix lint error
nishipy 38ce3a5
Merge branch 'ansible:main' into fix-1895
nishipy edd1e47
Fix tox errors
nishipy 6bce654
Fix errors on eco and docs
nishipy 2ddb9bc
Fix typo
nishipy 8e94643
Merge branch 'main' into fix-1895
ssbarnea f0c2ab1
Update to evaluate nested task with block/always/rescue
nishipy 760067f
Remove unnecessary comments
nishipy b77ebc4
Remove unused lines
nishipy 22655ca
Update src/ansiblelint/utils.py
nishipy 61f00cf
Update src/ansiblelint/rules/unnamed_task.py
nishipy 2314eba
Remove unused variable
nishipy 557a530
Roll back src/ansiblelint/rules/__init__.py
nishipy 661ccae
Update src/ansiblelint/utils.py
nishipy fd7dd9c
Update src/ansiblelint/rules/unnamed_task.py
nishipy d642f59
Update src/ansiblelint/utils.py
nishipy d36c3df
Update src/ansiblelint/utils.py
nishipy 436f1b6
Update normalize_task_v2
nishipy fff8973
Update normalize_task_v2 to return earlier
nishipy f0c431b
Update _extract_ansible_parsed_keys_from_task()
nishipy b027ecc
Update src/ansiblelint/utils.py
nishipy 8e91224
Update src/ansiblelint/utils.py
nishipy 30538aa
Update src/ansiblelint/utils.py
nishipy 793ebfa
chore: auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c68314f
Merge branch 'ansible:main' into fix-1895
nishipy eb2343a
Merge branch 'ansible:main' into fix-1895
nishipy c40c7bc
Add test_is_nested_task()
nishipy cbac936
Add test_normalize_task_v2()
nishipy 50e57b9
Merge main branch
nishipy 6644dd9
Update PYTEST_REQPASS for test_utils
nishipy f0194f0
Resolve conflict with PYTEST_REQPASS in tox.yml
nishipy 4b148fe
Resolve conflict with PYTEST_REQPASS in tox.yml
nishipy 832f125
Fix error on lint
nishipy a7474b3
Merge branch 'main' into fix-1895
ssbarnea 206f1d0
add a var-naming test using block task
cognifloyd d05fdb4
update test count
cognifloyd 503e3e4
update eco test results
cognifloyd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.