Changeset - 282617c92589
[Not reviewed]
0 3 0
Branko Majic (branko) - 4 years ago 2020-01-08 20:24:38
branko@majic.rs
MAR-148: Update references to Ansible version in documentation to point to Ansible 2.9.x.
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/about.rst
Show inline comments
 
@@ -16,7 +16,7 @@ Roles are mainly written for use with *Debian 8 Jessie*, although some support
 
compatibility in :ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.7.x**.
 
2.9.x**.
 

	
 
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
 
package to be installed. Make sure you have the package available on controller
docs/index.rst
Show inline comments
 
@@ -16,7 +16,7 @@ Stretch*. You can find out more about distribution compatibility in
 
:ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.7.x**.
 
2.9.x**.
 

	
 
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
 
package to be installed. Make sure you have the package available on controller
docs/usage.rst
Show inline comments
 
@@ -131,7 +131,7 @@ packages, and to prepare the environment a bit on the Ansible server:
 
     mkdir ~/mysite/
 
     mkvirtualenv -a ~/mysite/ mysite
 
     pip install -U pip setuptools
 
     pip install 'ansible~=2.7.0' dnspython
 
     pip install 'ansible~=2.9.0' dnspython
 

	
 
.. warning::
 
   The ``dnspython`` package is important since it is used internally via
0 comments (0 inline, 0 general)