-
Notifications
You must be signed in to change notification settings - Fork 635
Update interpreter_discovery for changes made in ansible-core 2.17 #2438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your Ansible docs contribution! We talk about Ansible documentation on Matrix at #docs:ansible.im if you ever want to join us and chat about the docs! We meet on Matrix every Tuesday. See the Ansible calendar for meeting details. We welcome additions to our weekly agenda items too. You can add the |
docs/docsite/rst/reference_appendices/interpreter_discovery.rst
Outdated
Show resolved
Hide resolved
docs/docsite/rst/reference_appendices/interpreter_discovery.rst
Outdated
Show resolved
Hide resolved
docs/docsite/rst/reference_appendices/interpreter_discovery.rst
Outdated
Show resolved
Hide resolved
docs/docsite/rst/reference_appendices/interpreter_discovery.rst
Outdated
Show resolved
Hide resolved
docs/docsite/rst/reference_appendices/interpreter_discovery.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Sloane Hertel <[email protected]>
Backport to stable-2.17: 💚 backport PR created✅ Backport PR branch: Backported as #2608 🤖 @patchback |
Thanks @HarmtH for the Ansible docs fix! |
…2438) * Update interpreter_discovery for changes made in ansible-core 2.17 * Mention the list searched * Minor wording improvement * Remove unnecessary note * Revert realignment * Remove trailing space * Apply suggestions from code review Co-authored-by: Sloane Hertel <[email protected]> --------- Co-authored-by: Sloane Hertel <[email protected]> (cherry picked from commit 02282b8)
Backport to stable-2.18: 💚 backport PR created✅ Backport PR branch: Backported as #2609 🤖 @patchback |
…2438) * Update interpreter_discovery for changes made in ansible-core 2.17 * Mention the list searched * Minor wording improvement * Remove unnecessary note * Revert realignment * Remove trailing space * Apply suggestions from code review Co-authored-by: Sloane Hertel <[email protected]> --------- Co-authored-by: Sloane Hertel <[email protected]> (cherry picked from commit 02282b8)
…2438) (#2609) * Update interpreter_discovery for changes made in ansible-core 2.17 * Mention the list searched * Minor wording improvement * Remove unnecessary note * Revert realignment * Remove trailing space * Apply suggestions from code review --------- (cherry picked from commit 02282b8) Co-authored-by: Harm te Hennepe <[email protected]> Co-authored-by: Sloane Hertel <[email protected]>
…2438) (#2608) * Update interpreter_discovery for changes made in ansible-core 2.17 * Mention the list searched * Minor wording improvement * Remove unnecessary note * Revert realignment * Remove trailing space * Apply suggestions from code review --------- (cherry picked from commit 02282b8) Co-authored-by: Harm te Hennepe <[email protected]> Co-authored-by: Sloane Hertel <[email protected]>
I've updated ansible-core to 2.18, and suddenly got a warning regarding interpreter discovery, which pointed me to this page.
I've read the page and stayed confused why it suddenly happened.
Then I've read the source, and mainly this PR merged in 2.17 changed a lot regarding interpreter discovery.
auto_legacy
effectively an alias forauto
.auto_legacy
now uses python3, so seems the legacy option isn't really legacy anymore.So I've updated the documentation page to reflect these changes.