From 7ee1f88ee59a248d736f85bb70b91dcebab8151c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 31 Aug 2017 18:27:43 +0200 Subject: [PATCH] ceph-common: remove useless changed task MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../tasks/installs/configure_redhat_repository_installation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/tasks/installs/configure_redhat_repository_installation.yml b/roles/ceph-common/tasks/installs/configure_redhat_repository_installation.yml index eca135081..8674062be 100644 --- a/roles/ceph-common/tasks/installs/configure_redhat_repository_installation.yml +++ b/roles/ceph-common/tasks/installs/configure_redhat_repository_installation.yml @@ -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' -- 2.39.5