diff --git a/docs/docsite/_themes/sphinx_rtd_theme/footer.html b/docs/docsite/_themes/sphinx_rtd_theme/footer.html index c7e1e0cb636..2aa10fe7808 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/footer.html +++ b/docs/docsite/_themes/sphinx_rtd_theme/footer.html @@ -22,14 +22,7 @@
- Copyright © 2018 Red Hat, Inc.
-
-
- {%- if last_updated %}
- {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
- {%- endif %}
+ {%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{% endif %}
+ Copyright © 2018 Red Hat, Inc.
-Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs. -
diff --git a/docs/docsite/rst/reference_appendices/release_and_maintenance.rst b/docs/docsite/rst/reference_appendices/release_and_maintenance.rst index c15324ce75a..9bb55ccef8c 100644 --- a/docs/docsite/rst/reference_appendices/release_and_maintenance.rst +++ b/docs/docsite/rst/reference_appendices/release_and_maintenance.rst @@ -42,7 +42,7 @@ Ansible Release Latest Version Status =============== ========================== ================================================= devel `2.5`_ (unreleased, trunk) In development 2.4 `2.4.3`_ (2018-01-31) Supported (security **and** general bug fixes) -2.3 `2.3.2`_ (2017-08-08) Supported (security **and** critical bug fixes) +2.3 `2.3.3`_ (2017-12-20) Supported (security **and** critical bug fixes) 2.2 `2.2.3`_ (2017-05-09) Unsupported (end of life) 2.1 `2.1.6`_ (2017-06-01) Unsupported (end of life) 2.0 `2.0.2`_ (2016-04-19) Unsupported (end of life) @@ -56,7 +56,7 @@ devel `2.5`_ (unreleased, trunk) In development .. _2.5: https://github.com/ansible/ansible/blob/devel/CHANGELOG.md .. _2.4.3: https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md -.. _2.3.2: https://github.com/ansible/ansible/blob/stable-2.3/CHANGELOG.md +.. _2.3.3: https://github.com/ansible/ansible/blob/stable-2.3/CHANGELOG.md .. _2.2.3: https://github.com/ansible/ansible/blob/stable-2.2/CHANGELOG.md .. _2.1.6: https://github.com/ansible/ansible/blob/stable-2.1/CHANGELOG.md .. _2.0.2: https://github.com/ansible/ansible/blob/stable-2.0/CHANGELOG.md diff --git a/docs/docsite/rst/scenario_guides/guide_aci.rst b/docs/docsite/rst/scenario_guides/guide_aci.rst index 616c85c8cb7..7bc7ee7064a 100644 --- a/docs/docsite/rst/scenario_guides/guide_aci.rst +++ b/docs/docsite/rst/scenario_guides/guide_aci.rst @@ -51,7 +51,7 @@ Using the ACI modules --------------------- The Ansible ACI modules provide a user-friendly interface to managing your ACI environment using Ansible playbooks. -For instance ensuring that a specific tenant exists, is done using the following Ansible task: +For instance ensuring that a specific tenant exists, is done using the following Ansible task using module `aci_tenantName |
- Description |
+ Fact |
Returned |
- Type |
- Sample |
+ Description |
---|---|---|---|---|---|---|
@@ -243,21 +244,28 @@ Common return values are documented :ref:`here
@{ key }@
+
@{ value.type }@
|
+ @{ value.returned }@ |
- {% if value.description is string %}
- @{ value.description | replace('\n', '\n ') | html_ify }@
- {% else %}
- {% for desc in value.description %}
- @{ desc | replace('\n', '\n ') | html_ify }@
- {% endfor %}
- {% endif %}
+
+ {% if value.description is string %}
+
@{ value.description | html_ify }@
+ {% else %}
+ {% for desc in value.description %}
+ @{ desc | html_ify }@
+ {% endfor %}
+ {% endif %}
+ + {% if value.sample %} + Sample:
+{# @{ value.sample | html_ify }@ #}
+ @{ value.sample | html_ify }@
+ {% endif %}
+ |
- @{ value.returned }@ |
- @{ value.type }@ |
- @{ value.sample | replace('\n', '\n ') | html_ify }@ |
Key |
+ Returned |
+ Description |
+
---|---|---|
+
+ {% for i in range(1, loop.depth) %}
+
+
+
+ {% endfor %}
+
+ @{ key }@
+
+ @{ value.type }@
+ |
+ @{ value.returned }@ |
+
+
+ {% if value.description is string %}
+
+ @{ value.description | html_ify }@
+ {% else %}
+ {% for desc in value.description %}
+ @{ desc | html_ify }@
+ {% endfor %}
+ {% endif %}
+ + {% if value.sample %} + Sample:
+{# @{ value.sample | html_ify }@ #}
+ @{ value.sample | html_ify }@
+ {% endif %}
+ |
+