diff --git a/docs/about.rst b/docs/about.rst index 5f9567404505d27def2e5db9348d0fa5788d2d25..a027052cc50f2663edb089753372b738f13d6380 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index e9cec36ab614e137d4d136994b013a3313024a19..bb56320e23ffecbb02e7ccb926c7346d7a2e7591 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/usage.rst b/docs/usage.rst index 8b50a1f43c069f3824c5cc6eb07a9b5acab37872..b673f276806fff0669fd974642dc2ed12d1259a9 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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