X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fansible-list-tmp.yml;fp=playbooks%2Fansible-list-tmp.yml;h=0000000000000000000000000000000000000000;hb=dcf965cb65e4c89e7db4f86453dfcbf9af9a967a;hp=ca3e9968466d143d062cd2a6dfa6fd3aba6835a6;hpb=e0e593517edbc86ecf38d00ac5756e30feeed3ca;p=ansible.git diff --git a/playbooks/ansible-list-tmp.yml b/playbooks/ansible-list-tmp.yml deleted file mode 100644 index ca3e996..0000000 --- a/playbooks/ansible-list-tmp.yml +++ /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 }}"