mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Remove this RPM install since we now use RHOP
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -19,9 +19,6 @@
|
||||
- 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
|
||||
- yum: state=present pkg=openstack-nova-common
|
||||
- name: create logical volume for ephemeral storage
|
||||
lvol: vg=vg_guests lv=nova size=100%FREE
|
||||
|
||||
Reference in New Issue
Block a user