From: Oleg Broytman Date: Tue, 21 Jan 2020 16:18:03 +0000 (+0300) Subject: Feat(cleanup-pip-cache): Add a playbook to cleanup pip cache X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=66b4577da34fc88f266ca181abccc039367a41bf Feat(cleanup-pip-cache): Add a playbook to cleanup pip cache Run role `cleanup-pip-cache` with default host. --- diff --git a/playbooks/cleanup-pip-cache.yml b/playbooks/cleanup-pip-cache.yml new file mode 100644 index 0000000..eaedaa6 --- /dev/null +++ b/playbooks/cleanup-pip-cache.yml @@ -0,0 +1,4 @@ +- name: Cleanup pip cache + hosts: "{{ hosts | default('localhost') }}" + roles: + - cleanup-pip-cache