]> git.phdru.name Git - ansible.git/commitdiff
Feat(cleanup-pip-cache): Add a playbook to cleanup pip cache
authorOleg Broytman <phd@phdru.name>
Tue, 21 Jan 2020 16:18:03 +0000 (19:18 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 21 Jan 2020 16:18:03 +0000 (19:18 +0300)
Run role `cleanup-pip-cache` with default host.

playbooks/cleanup-pip-cache.yml [new file with mode: 0644]

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