summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml')
-rw-r--r--test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml b/test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml
new file mode 100644
index 0000000..5410fb2
--- /dev/null
+++ b/test/lib/ansible_test/_data/playbooks/pypi_proxy_restore.yml
@@ -0,0 +1,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