mirror of https://github.com/ceph/ceph-ansible.git
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
parent
6ae8219018
commit
7ee1f88ee5
|
@ -22,5 +22,6 @@
|
||||||
# Remove yum caches so yum doesn't get confused if we are reinstalling a different ceph version
|
# Remove yum caches so yum doesn't get confused if we are reinstalling a different ceph version
|
||||||
- name: purge yum cache
|
- name: purge yum cache
|
||||||
command: yum clean all
|
command: yum clean all
|
||||||
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
ansible_pkg_mgr == 'yum'
|
ansible_pkg_mgr == 'yum'
|
||||||
|
|
Loading…
Reference in New Issue