summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2020-02-19 15:17:42 -0600
committerGitHub <noreply@github.com>2020-02-19 15:17:42 -0600
commitc61c0f7ad55f874167056eea7a690a2fc3938005 (patch)
tree22725d04932e23f644a4e3356e1ae110ba77b1de /docs
parent3aae025ccef52bcca6d27e49f7755b3761e6662b (diff)
downloadansible-c61c0f7ad55f874167056eea7a690a2fc3938005.tar.gz
Add warning when running devel (#67502)
* Add warning when running devel. Addresses #67362 * Add config entry to disable devel warning, so it doesn't impact CI * Update warning about using devel
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/installation_guide/intro_installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst
index 21ed87e07c..f15f5a5902 100644
--- a/docs/docsite/rst/installation_guide/intro_installation.rst
+++ b/docs/docsite/rst/installation_guide/intro_installation.rst
@@ -88,7 +88,7 @@ Which Ansible version to install is based on your particular needs. You can choo
.. note::
- You should only run Ansible from ``devel`` if you are actively developing content for Ansible. This is a rapidly changing source of code and can become unstable at any point.
+ You should only run Ansible from ``devel`` if you are modifying the Ansible engine, or trying out features under development. This is a rapidly changing source of code and can become unstable at any point.
Ansible creates new releases two to three times a year. Due to this short release cycle,
@@ -363,7 +363,7 @@ Running Ansible from source (devel)
.. note::
- You should only run Ansible from ``devel`` if you are actively developing content for Ansible. This is a rapidly changing source of code and can become unstable at any point.
+ You should only run Ansible from ``devel`` if you are modifying the Ansible engine, or trying out features under development. This is a rapidly changing source of code and can become unstable at any point.
Ansible is easy to run from source. You do not need ``root`` permissions
to use it and there is no software to actually install. No daemons