Evaluate possible jinja expression for play vars_files. - #85052
Draft
mehulmistry-accelya wants to merge 20 commits into
Draft
Evaluate possible jinja expression for play vars_files.#85052mehulmistry-accelya wants to merge 20 commits into
mehulmistry-accelya wants to merge 20 commits into
Conversation
Co-authored-by: Matt Davis <mrd@redhat.com> Co-authored-by: Matt Clay <matt@mystile.com>
…ion and (sub-)return value descriptions (ansible#84690) * Fix initial indent for descriptions of suboptions. * Fix line width for initial line of option descriptions.
…nsible#84985) Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
* Use `_UNSET` instead of allowing `ellipsis` * Fix deprecation warning pre-check * Deprecation warnings from modules can now be disabled. * Deprecation warnings from modules get the "can be disabled" notice. * Include help text in pre-display fatal errors * Simplify lookup warning/debug messaging * Fix return type of `timedout` test plugin * Use `object` for `_UNSET` * Remove obsolete `convert_data` tests * Remove unnecessary template from test * Improve legacy YAML objects backward compat * Fix templar backward compat for None overrides
* Add help_text to play_hosts deprecation * clean up TaskResult type handling
* Fix test_range_templating on 32-bit architectures 32-bit archtectures like i386, armel, armhf will fail with the error ansible._internal._templating._errors.AnsibleTemplatePluginRuntimeError: The filter plugin 'ansible.builtin.random' failed: Python int too large to convert to C ssize_t So just pick sys.maxsize (2**31 - 1) so it works on 32 bit machines. --------- Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu> Co-authored-by: Matt Clay <matt@mystile.com>
use existing to avoid deprecation cycle normalize test too
…le#84984) Co-authored-by: Matt Clay <matt@mystile.com> Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
Contributor
|
The test |
mehulmistry-accelya
marked this pull request as draft
April 28, 2025 14:25
1 task
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.
SUMMARY
Fixes #85051
ISSUE TYPE