]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/cleanup-pip-cache/tasks/show-user.yaml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / roles / cleanup-pip-cache / tasks / show-user.yaml
diff --git a/playbooks/roles/cleanup-pip-cache/tasks/show-user.yaml b/playbooks/roles/cleanup-pip-cache/tasks/show-user.yaml
new file mode 100644 (file)
index 0000000..05f7f33
--- /dev/null
@@ -0,0 +1,3 @@
+- name: du ~{{ user }}/.cache/pip
+  debug:
+    msg: "Before: {{ before.stdout }} / After: {{ after.stdout }}"