mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Exorcise Python-2.6
This commit is contained in:
parent
a3385a60b4
commit
c4951cce0b
6 changed files with 31 additions and 9 deletions
|
@ -685,8 +685,8 @@ would an IPv4 address or hostname::
|
|||
|
||||
|
||||
.. Note:: The ipaddress library is only included by default in Python 3.x. To
|
||||
use IPv6 addresses in Python 2.6 and 2.7, make sure to run
|
||||
``pip install ipaddress`` which installs a backported package.
|
||||
use IPv6 addresses in Python 2.7, make sure to run ``pip install ipaddress`` which installs
|
||||
a backported package.
|
||||
|
||||
HTTPS Certificate Validation
|
||||
````````````````````````````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue