From 9a06295fdfda4a0826909df7c4f07f6d5848ba56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 14 May 2015 09:07:37 +0200 Subject: [PATCH] explain why we are doing that --- roles/cloud_compute/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cloud_compute/tasks/main.yml b/roles/cloud_compute/tasks/main.yml index a9d690fd34..017c65f8ce 100644 --- a/roles/cloud_compute/tasks/main.yml +++ b/roles/cloud_compute/tasks/main.yml @@ -18,6 +18,7 @@ - restart network - meta: flush_handlers +# this two step can be done in one, but Ansible will then always show the action as changed - name: download RDO release package get_url: url=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm dest=/root/ - yum: state=present name=/root/rdo-release-icehouse-4.noarch.rpm