chore: resolve ansible facts deprecation notice#369
Conversation
Ansible is deprecating the default setting that populates some ansible facts into top-level `ansible_` variables, such as `ansible_architecture`. This commit replaces our use of these variables with the `ansible_facts` equivalent.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis pull request updates Ansible variable references across e2e test fixtures and Lima roles, migrating from legacy namespace conventions to the modern Changes
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
Up to standards ✅🟢 Issues
|
Summary
Ansible is deprecating the default setting that populates some ansible facts into top-level
ansible_variables, such asansible_architecture. This commit replaces our use of these variables with theansible_factsequivalent.Testing
This no longer produces a deprecation notice on the latest versions of ansible: