You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml

13 lines
332 B
YAML

- name: Restore PyPI proxy configuration
hosts: all
gather_facts: no
tasks:
- name: Remove custom index for pip based installs
file:
path: ~/.pip/pip.conf
state: absent
- name: Remove custom index for easy_install based installs
file:
path: ~/.pydistutils.cfg
state: absent