| commit | b7e4205f3afa313e754be084185230771948402c | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 26 15:09:55 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 26 15:09:55 2017 -0400 |
| tree | 098244d185604bed1fd908df296f522c41fb8c57 | |
| parent | c9a938022acdbdfceb18ec4c7710f2fd22d46458 [diff] |
updated variables scope
diff --git a/tasks/main.yml b/tasks/main.yml index 7b8ec7e..385b5da 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -25,11 +25,11 @@ - name: Installation home stats stat: - path: '{{ apigee_installation_home }}' + path: '{{ apigee_home }}' - name: Setup permission for apigee installation home directory file: - path: '{{ apigee_installation_home }}' + path: '{{ apigee_home }}' group: '{{ opdk_group_name }}' owner: '{{ opdk_user_name }}' mode: 0755