mirror of https://github.com/ansible/ansible.git
Fix unarchive integration test on CentOS 6 (#66362)
* Cleanup packages added for Python TLS supportpull/66379/head
parent
9922014441
commit
22be69188b
@ -0,0 +1,9 @@
|
||||
- name: remove python TLS packages
|
||||
yum:
|
||||
name:
|
||||
- python-urllib3
|
||||
- python2-ndg_httpsclient
|
||||
- pyOpenSSL
|
||||
- 'python-backports*'
|
||||
- python-six
|
||||
state: absent
|
Loading…
Reference in New Issue