Include task to install ODL RPM in roles/main 56/57456/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 11 May 2015 20:45:19 +0000 (16:45 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:22 +0000 (12:52 -0400)
Causes ODL to be installed via its RPM when run against
Red Hat-family OSs (CentOS, Fedora, RHEL).

Change-Id: I86d3e53f993c87131f492cc508de938e4cc1a630
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/main.yml

index 64d3d75cd02f65582cfe364af4e2f2be1cae14ed..17d6ab5471d26e8f10a63dca307bf9503a20ac59 100644 (file)
@@ -1,3 +1,5 @@
 ---
 - include: add_odl_yum_repo.yml
   when: ansible_os_family == 'RedHat'
+- include: install_odl_rpm.yml
+  when: ansible_os_family == 'RedHat'