updated role name to make use of the apigee- prefix
diff --git a/defaults/main.yml b/defaults/main.yml index d00f0c2..f53f56e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml
@@ -1,2 +1,2 @@ --- -# defaults file for opdk-setup-postgres-standby +# defaults file for apigee-opdk-setup-postgres-standby
diff --git a/handlers/main.yml b/handlers/main.yml index 66dc02a..f54a27e 100644 --- a/handlers/main.yml +++ b/handlers/main.yml
@@ -1,2 +1,2 @@ --- -# handlers file for opdk-setup-postgres-standby +# handlers file for apigee-opdk-setup-postgres-standby
diff --git a/meta/main.yml b/meta/main.yml index ce28059..1a5c922 100644 --- a/meta/main.yml +++ b/meta/main.yml
@@ -13,4 +13,4 @@ - apigee - opdk dependencies: -- { role: opdk-setup-default-settings } \ No newline at end of file +- { role: apigee-opdk-setup-default-settings } \ No newline at end of file
diff --git a/tasks/main.yml b/tasks/main.yml index f2c70e7..68c1d90 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,5 +1,5 @@ --- -# tasks file for opdk-setup-postgres-standby +# tasks file for apigee-opdk-setup-postgres-standby - name: Stop postgres shell: '{{ apigee_service }} apigee-postgresql stop'
diff --git a/tests/test.yml b/tests/test.yml index 1a9a6f2..6687b18 100644 --- a/tests/test.yml +++ b/tests/test.yml
@@ -2,4 +2,4 @@ - hosts: localhost remote_user: root roles: - - opdk-setup-postgres-standby \ No newline at end of file + - apigee-opdk-setup-postgres-standby \ No newline at end of file
diff --git a/vars/main.yml b/vars/main.yml index 5116e4e..4b04ae9 100644 --- a/vars/main.yml +++ b/vars/main.yml
@@ -1,2 +1,2 @@ --- -# vars file for opdk-setup-postgres-standby +# vars file for apigee-opdk-setup-postgres-standby