Change 'yum' module to 'package' 40/57540/1
authorPatrick Laurin <plaurin@inocybe.com>
Tue, 26 Apr 2016 17:27:26 +0000 (13:27 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
Change-Id: I1a1f12bd2885e0197c544f7fb966b1714da777c1
Signed-off-by: Patrick Laurin <plaurin@inocybe.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/install_odl_via_rpm_path.yml
tasks/install_odl_via_rpm_repo.yml

index c4b1b294c5fbbd753a27d1c994d26b816f948743..08cf0ff446113b8d0a31881775b05ca86fc8fa98 100644 (file)
@@ -1,5 +1,5 @@
 ---
 - name: Install ODL via RPM path
-  yum:
+  package:
     name={{ rpm_path }}
     state=present
index 4d5bae2f31b7fc52ba0e3361c6221bec09eaaae0..600febad948104303cb5f7e88f5258010e0f5761 100644 (file)
@@ -2,6 +2,6 @@
 - include: add_odl_yum_repo.yml
 
 - name: Install ODL via RPM repo
-  yum:
+  package:
     name=opendaylight
     state=present