]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: remove useless changed task 1843/head
authorSébastien Han <seb@redhat.com>
Thu, 31 Aug 2017 16:27:43 +0000 (18:27 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 31 Aug 2017 16:27:43 +0000 (18:27 +0200)
There is no need to show a "changed" at the end of the play for a
"command" module task.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/installs/configure_redhat_repository_installation.yml

index eca135081b116c4fbec687c3e416997e7506daa3..8674062be6f1d6ddc52fa8a9f6ebcc07c55cf070 100644 (file)
@@ -22,5 +22,6 @@
 # Remove yum caches so yum doesn't get confused if we are reinstalling a different ceph version
 - name: purge yum cache
   command: yum clean all
+  changed_when: false
   when:
     ansible_pkg_mgr == 'yum'