]> git.phdru.name Git - ansible.git/blobdiff - playbooks/ansible-list-tmp.yml
Feat: Rename/move playbooks
[ansible.git] / playbooks / ansible-list-tmp.yml
diff --git a/playbooks/ansible-list-tmp.yml b/playbooks/ansible-list-tmp.yml
deleted file mode 100644 (file)
index ca3e996..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-- name: List ~/.ansible/tmp
-  hosts: "{{ hosts | default('all') }}"
-  gather_facts: false
-  tasks:
-    - name: List ~/.ansible/tmp
-      command: "ls -lAF ~/.ansible/tmp"
-      register: ls
-    - debug:
-        msg: "{{ ls.stdout }}"