removed unused commented code.
diff --git a/tasks/main.yml b/tasks/main.yml
index f4fc3be..83d7b69 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -6,7 +6,6 @@
     state: present
 
 - name: Create the apigee user
-#  delegate_to: '{{ public_address }}'
   user:
     name: "{{ opdk_user_name }}"
     comment: "OPDK user"