X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fcleanup-pip-cache.yml;fp=playbooks%2Fcleanup-pip-cache.yml;h=eaedaa6b01596df0a5d840fad5e75b6548df64c5;hb=66b4577da34fc88f266ca181abccc039367a41bf;hp=0000000000000000000000000000000000000000;hpb=fce2bc14460fd806d1baf08acbb71b85ed06ac0b;p=ansible.git 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