Merged
Conversation
Contributor
mbaldessari
commented
Feb 16, 2026
- Bump ansible/ansible-lint from 25.11.0 to 26.1.1
- Consider '' as a non-set value
- Add initial readable callback
- Drop all /dev/tty uses
- Drop stats
- Drop display on start
- Fix warning on values-secret yaml file
- Avoid warning about from_yaml and dict
- start cleaning up install/show messages
- Assert tasks output should be simpler
- Do not print stdout on command and shell
- Stop printing hostname and also use less newlines
- Use newline before command/shell/assert msg output and use verbose color for it
- Do not print the error when ignore_errors: true, only a warning
- Fix warning on disable_validate_origin
- Use "is failed" instead of .rc != 0
- Use debug instead of shell in health_checks
- Do not output stdout on kubernetes.core.k8s_{info,exec}
- Drop another printf
- Do not display 'ok' for each task in a loop
- Introduce a "simple_failure" tag
- Drop simple_failure flag, does not work as intended
- Do not pring msg when a failed task has failed_when: false
- Fix linting errors
- Some more ansible-lint fixes
- Fix python isort
- Fix dns validation message
- Ignore ansible-lint warnings on git command
- Ignore ansible-lint warnings on git command (2)
- more cleanup of common roles/playbooks
- argo healthcheck fails when 0 argo apps found
- When an assert has the quiet: true attribute only display the msg in normal color
- Stop printing the included: playbooks
- Some linting fixes
- Stop printing skipped tasks
- Add pip to the skip stdout modules
- Add community.general to the requirements.yml
- Update super-linter to v8.5.0
- Spelling fixes
- Disable black for now
- Add dependabot cooldown
- Pin actions to hashes
Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25.11.0 to 26.1.1. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@43e758b...7f6abc5) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 26.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
As reported by Cbutler, this makes little sense. So let's just consider empty strings as non-set values.
Consider '' as a non-set value
…abot/github_actions/ansible/ansible-lint-26.1.1 Bump ansible/ansible-lint from 25.11.0 to 26.1.1
Avoids the following:
[WARNING]: Encountered 1 template error.
error 1 - object of type 'dict' has no attribute 'stat'
Origin: /pattern-home/.ansible/collections/ansible_collections/rhvp/cluster_utils/roles/find_vp_secrets/tasks/main.yml:18:9
16 when: custom_env_values_secret | default('') | length > 0
17
18 - name: Set values-secret yaml file to {{ custom_file_values_secret.stat.path }}
^ column 9
Fixes the following warning:
Determine how to load secrets...
[DEPRECATION WARNING]: The from_yaml filter ignored non-string input of type 'dict'. This feature will be removed from ansible-core version 2.23.
Origin: <unknown>:6:1
{'version': '2.0', 'secrets': [{'name': 'config-demo', 'vaultPrefixes': ['global'], 'fields': [{'name': 'secret', [...]
start cleaning up install/show messages
This was the warning:
Resolve disable_validate_origin flag...[WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg.
[DEPRECATION WARNING]: The `bool` filter coerced invalid value '' (str) to False. This feature will be removed from ansible-core version 2.23.
This will avoid printing failure exceptions, so that the
Fail if any applications are not healthy/synced... 1 application(s) are not healthy/synced
Tasks don't print the whole exception
more cleanup of common roles/playbooks
podman inspect --format='{{index .RepoDigests 0}}' ghcr.io/super-linter/super-linter:slim-v8
Neither fedora nor pip have the version inside super-linter so fixing this stuff is super tedious
…nsible-2.19 Add ansible 2.19 support
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.