diff --git a/docs/usage.rst b/docs/usage.rst index ee504e37cbe914abe0810c154284db027027163e..8c37423acaf5dc2930cde2af8edf7e9a3c02a1e5 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -148,12 +148,11 @@ packages, and to prepare the environment a bit on the Ansible server: mkdir ~/mysite/ mkvirtualenv -p /usr/bin/python3 -a ~/mysite/ mysite pip install -U pip setuptools - pip install 'ansible~=2.9.0' dnspython netaddr + pip install 'ansible~=2.9.0' netaddr .. warning:: - The ``dnspython`` and ``netaddr`` packages are needed since they - are used internally by some of the roles for the ``dig`` and - ``ipv4/ipv6`` lookup plugins. + The ``netaddr`` package is needed for ``ipv4/ipv6`` lookup plugins + which is used internally by some of the roles. Cloning the *Majic Ansible Roles*