From c61c0f7ad55f874167056eea7a690a2fc3938005 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 19 Feb 2020 15:17:42 -0600 Subject: 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 --- docs/docsite/rst/installation_guide/intro_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1