]> git.phdru.name Git - ansible.git/blobdiff - playbooks/cleanup-pip-cache.yml
Feat(cleanup-pip-cache): Add a playbook to cleanup pip cache
[ansible.git] / playbooks / cleanup-pip-cache.yml
diff --git a/playbooks/cleanup-pip-cache.yml b/playbooks/cleanup-pip-cache.yml
new file mode 100644 (file)
index 0000000..eaedaa6
--- /dev/null
@@ -0,0 +1,4 @@
+- name: Cleanup pip cache
+  hosts: "{{ hosts | default('localhost') }}"
+  roles:
+    - cleanup-pip-cache