X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fansible%2Flist-tmp.yml;h=8e9f9c76072a143d8bc60b614aa7aa6d5b057098;hb=7cca98e8fe8715ac2afc68067913768d4d7c010b;hp=ca3e9968466d143d062cd2a6dfa6fd3aba6835a6;hpb=dcf965cb65e4c89e7db4f86453dfcbf9af9a967a;p=ansible.git diff --git a/playbooks/ansible/list-tmp.yml b/playbooks/ansible/list-tmp.yml index ca3e996..8e9f9c7 100644 --- a/playbooks/ansible/list-tmp.yml +++ b/playbooks/ansible/list-tmp.yml @@ -5,5 +5,6 @@ - name: List ~/.ansible/tmp command: "ls -lAF ~/.ansible/tmp" register: ls + changed_when: false - debug: msg: "{{ ls.stdout }}"