updated apigee-user settings
diff --git a/tasks/main.yml b/tasks/main.yml index 5a6db75..c864cdf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -26,16 +26,3 @@ owner: '{{ opdk_user_name }}' recurse: yes mode: 0755 - -- name: Installation home stats - stat: - path: '{{ apigee_home }}' - -- name: Setup permission for apigee installation home directory - become: yes - file: - path: '{{ apigee_home }}' - group: '{{ opdk_group_name }}' - owner: '{{ opdk_user_name }}' - mode: 0755 - state: directory