Skip to content

M #-: Make one-deploy work with ansible-core 2.19+#153

Merged
rsmontero merged 1 commit into
masterfrom
support-ansible-core-2.19
Oct 6, 2025
Merged

M #-: Make one-deploy work with ansible-core 2.19+#153
rsmontero merged 1 commit into
masterfrom
support-ansible-core-2.19

Conversation

@sk4zuzu
Copy link
Copy Markdown
Collaborator

@sk4zuzu sk4zuzu commented Oct 6, 2025

  • Always define galaxy collections path (fix)
  • Always convert range results to lists (fix)
  • Remove template delimiters from asserts (fix)
  • Check if sched_drs and sched_rank are defined (fix)
  • Check if ds_dict[item].id is defined (fix)
  • Ensure delegate_to expressions are never undefined (fix)
  • Use callback_result_format instead of stdout_callback (deprecation)
  • Use ansible_play_batch instead of play_hosts (deprecation)
  • Do not use d(omit) idiom (deprecation)
  • Keep compatibility with ansible-core<2.16 and ansible-core<2.17

- Always define galaxy collections path (fix)
- Always convert range results to lists (fix)
- Remove template delimiters from asserts (fix)
- Check if sched_drs and sched_rank are defined (fix)
- Check if ds_dict[item].id is defined (fix)
- Ensure delegate_to expressions are never undefined (fix)
- Use callback_result_format instead of stdout_callback (deprecation)
- Use ansible_play_batch instead of play_hosts (deprecation)
- Do not use d(omit) idiom (deprecation)
- Keep compatibility with ansible-core<2.16 and ansible-core<2.17
@sk4zuzu sk4zuzu requested a review from rsmontero October 6, 2025 07:30
@rsmontero rsmontero merged commit 0efbe93 into master Oct 6, 2025
@rsmontero rsmontero deleted the support-ansible-core-2.19 branch October 6, 2025 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants