updated role name to make use of the apigee- prefix
diff --git a/README.md b/README.md
index acd010c..8177ce4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 This roles setups a few additional operating system packages and configs that would allow OPDK to function properly and 
 for the system admin to have the tools needed to perform troubleshooting with greater ease. This role builds on the 
-bare bones setup performed by opdk-setup-os-minimum. 
+bare bones setup performed by apigee-opdk-setup-os-minimum. 
 
 Requirements
 ------------
@@ -27,7 +27,7 @@
 
     - hosts: servers
       roles:
-         - { role: opdk-setup-os-common }
+         - { role: apigee-opdk-setup-os-common }
 
 License
 -------
diff --git a/defaults/main.yml b/defaults/main.yml
index fad2f43..12ac52f 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -1,2 +1,2 @@
 ---
-# defaults file for opdk-setup-os-common-extra
+# defaults file for apigee-opdk-setup-os-common-extra
diff --git a/handlers/main.yml b/handlers/main.yml
index cc16df3..534a625 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -1,2 +1,2 @@
 ---
-# handlers file for opdk-setup-os-common-extra
+# handlers file for apigee-opdk-setup-os-common-extra
diff --git a/tasks/main.yml b/tasks/main.yml
index bb0c384..a0bf69e 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,5 +1,5 @@
 ---
-# tasks file for opdk-setup-os-common-extra
+# tasks file for apigee-opdk-setup-os-common-extra
 #- block:
 - name: Update yum os packages
   yum:
diff --git a/tests/test.yml b/tests/test.yml
index 6c6c450..09c973d 100644
--- a/tests/test.yml
+++ b/tests/test.yml
@@ -2,4 +2,4 @@
 - hosts: localhost
   remote_user: root
   roles:
-    - opdk-setup-os-common-extra
\ No newline at end of file
+    - apigee-opdk-setup-os-common-extra
\ No newline at end of file
diff --git a/vars/main.yml b/vars/main.yml
index 3b22bad..a6a1b21 100644
--- a/vars/main.yml
+++ b/vars/main.yml
@@ -1,2 +1,2 @@
 ---
-# vars file for opdk-setup-os-common-extra
+# vars file for apigee-opdk-setup-os-common-extra