explain why we are doing that

This commit is contained in:
Miroslav Suchý 2015-05-14 09:07:37 +02:00
parent 8f00edf5b8
commit 9a06295fdf

View file

@ -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