summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml
blob: 5410fb268d9307d38160147b6cf42f6060f1d50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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