]> git.phdru.name Git - ansible.git/commitdiff
Fix(ansible/list-tmp): `ls` doesn't change anything
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 16:32:30 +0000 (19:32 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 16:32:30 +0000 (19:32 +0300)
playbooks/ansible/list-tmp.yml

index ca3e9968466d143d062cd2a6dfa6fd3aba6835a6..8e9f9c76072a143d8bc60b614aa7aa6d5b057098 100644 (file)
@@ -5,5 +5,6 @@
     - name: List ~/.ansible/tmp
       command: "ls -lAF ~/.ansible/tmp"
       register: ls
+      changed_when: false
     - debug:
         msg: "{{ ls.stdout }}"