ceph-common: remove useless changed task

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>
pull/1843/head
Sébastien Han 2017-08-31 18:27:43 +02:00
parent 6ae8219018
commit 7ee1f88ee5
1 changed files with 1 additions and 0 deletions

View 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'