[MOSIP-44390] Fix deprecated Ansible configurations#145
[MOSIP-44390] Fix deprecated Ansible configurations#145bhumi46 wants to merge 1 commit intomosip:developfrom
Conversation
- Replace ANSIBLE_STDOUT_CALLBACK=yaml with default callback and ANSIBLE_CALLBACK_RESULT_FORMAT=yaml - Replace ANSIBLE_CALLBACK_WHITELIST with ANSIBLE_CALLBACKS_ENABLED - Replace ANSIBLE_COLLECTIONS_PATH with ANSIBLE_COLLECTIONS_PATHS This resolves RKE2 installation failures due to removed community.general.yaml plugin in version 12.0.0 Signed-off-by: Bhuminathan M <bn46@Bhuminathans-MacBook-Air.local>
WalkthroughTwo Ansible configuration shell scripts updated with revised environment variable names and settings. ANSIBLE_COLLECTIONS_PATH renamed to ANSIBLE_COLLECTIONS_PATHS in the PostgreSQL setup, and callback configuration restructured in the RKE2 cluster Ansible runner with stdout callback and result format adjustments. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This resolves RKE2 installation failures due to removed community.general.yaml plugin in version 12.0.0
Summary by CodeRabbit