]> git.phdru.name Git - ansible.git/blob - playbooks/roles/cleanup-pip-cache/tasks/show-user.yml
Feat(cleanup-pip-cache): Add a role to cleanup pip cache
[ansible.git] / playbooks / roles / cleanup-pip-cache / tasks / show-user.yml
1 - name: du ~{{ user }}/.cache/pip
2   debug:
3     msg: "Before: {{ before.stdout }} / After: {{ after.stdout }}"