diff --git a/docs/usage.rst b/docs/usage.rst index 235c20327468f44ed6727da3dd811be8343e100e..79fbc966e997dc8e9af7f4c21b52b04568f57c67 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -28,19 +28,6 @@ By the end of following the instructions, you will have the following: * Web server, providing the web services. * Backup server, used for storing all of the backups. -.. warning:: - Majic Ansible Roles support *only* Python 3 - both on the - controller side and on the managed servers side. - - It is important to make sure that both the controller Python - virtual environment used for Ansible *and* the interpreter for - remote servers are *both* set-up to use Python 3. - - Python 3 is specified explicitly during virtual environment - creation and in ``ansible.cfg`` configuration file - (``interpreter_python`` option under ``defaults`` section). - - Pre-requisites --------------