Drop icehouse RDO

This commit is contained in:
Kevin Fenzi 2015-08-22 18:48:20 +00:00
parent 811726a6b4
commit 1b0055b6e7

View file

@ -159,10 +159,6 @@
- service: name=ntpd state=started enabled=yes
# 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
- name: make sure epel-release is installed
get_url: url=http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm dest=/root/
- yum: state=present name=/root/epel-release-latest-7.noarch.rpm