commit | 89101838156919a4e86a8b46e427041a65c20315 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 30 13:52:05 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 30 13:52:05 2017 -0400 |
tree | a6967718f0bf0c3af55175c0e2b59793605cf7fd | |
parent | 78495b744ea197e677afd69e41bbb749c1a3bb47 [diff] |
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 + }