Fix ansible-docs: shipping ansible in wheel format #78485 (#78524)

pull/78528/head
Arnold Kamanzi 2 years ago committed by GitHub
parent 135f95fb2f
commit 7f69629fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -709,15 +709,6 @@ To determine if a keyword requires ``{{ }}`` or even supports templating, use ``
this will return documentation on the keyword including a ``template`` field with the values ``explicit`` (requires ``{{ }}``),
``implicit`` (assumes ``{{ }}``, so no needed) or ``static`` (no templating supported, all characters will be interpreted literally)
.. _why_no_wheel:
Why don't you ship ansible in wheel format (or other packaging format) ?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
In most cases it has to do with maintainability. There are many ways to ship software and we do not have
the resources to release Ansible on every platform.
In some cases there are technical issues. For example, our dependencies are not present on Python Wheels.
.. _ansible_host_delegated:
How do I get the original ansible_host when I delegate a task?

Loading…
Cancel
Save