updated remove postgres registration
diff --git a/tests/test.yml b/tests/test.yml
index 12554e2..575e17f 100644
--- a/tests/test.yml
+++ b/tests/test.yml
@@ -1,5 +1,9 @@
 ---
-- hosts: localhost
-  remote_user: root
+- hosts: ms
+  gather_facts: no
   roles:
-    - apigee-opdk-setup-scopes-add
\ No newline at end of file
+    - { role: apigee-opdk-setup-scopes-add,
+        ax_group: axgroup001,
+        scope_org: opdk,
+        scope_env: test
+      }