Include config Karaf features task in roles/main 62/57462/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 13 May 2015 04:19:27 +0000 (00:19 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:22 +0000 (12:52 -0400)
Change-Id: I3f7bd5937f54178b7806e87aca3ba4379805417e
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/main.yml

index 78a645e0fb8b2c3374cb81b76099f02c9e401ae8..34abd9b0b3e6cb318b5563dd90995ad1f97b43bf 100644 (file)
@@ -3,5 +3,6 @@
   when: ansible_os_family == 'RedHat'
 - include: install_odl_rpm.yml
   when: ansible_os_family == 'RedHat'
+- include: configure_karaf_features.yml
 - include: start_odl_systemd_service.yml
   when: ansible_os_family == 'RedHat'